Mercurial > emacs
changeset 41104:2ad569e99f97
Fix autoload cookie.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 15 Nov 2001 21:46:12 +0000 |
parents | 99c59979fccf |
children | 1a2e7bf768d6 |
files | lisp/derived.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/derived.el Thu Nov 15 21:17:19 2001 +0000 +++ b/lisp/derived.el Thu Nov 15 21:46:12 2001 +0000 @@ -205,7 +205,7 @@ ;; PUBLIC: find if the current mode derives from another. -;;; ;;;###autoload +;;;###autoload (defun derived-mode-p (&rest modes) "Non-nil if the current major mode is derived from one of MODES. Uses the `derived-mode-parent' property of the symbol to trace backwards."