summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-15 21:46:12 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-15 21:46:12 +0000
commit199b51e6df5245a917009eb5b5b927bc6e343a76 (patch)
tree5d052a203f0bfd8ae5ba84452776257795133eae /lisp
parent83709c9f9134ddaa59434d136ab80e20b040e8f9 (diff)
downloademacs-199b51e6df5245a917009eb5b5b927bc6e343a76.tar.gz
emacs-199b51e6df5245a917009eb5b5b927bc6e343a76.tar.bz2
emacs-199b51e6df5245a917009eb5b5b927bc6e343a76.zip
Fix autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/derived.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/derived.el b/lisp/derived.el
index f4b7e73088b..13e18548321 100644
--- a/lisp/derived.el
+++ b/lisp/derived.el
@@ -205,7 +205,7 @@ been generated automatically, with a reference to the keymap."
;; 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."