]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix autoload cookie.
authorPavel Janík <Pavel@Janik.cz>
Thu, 15 Nov 2001 21:46:12 +0000 (21:46 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 15 Nov 2001 21:46:12 +0000 (21:46 +0000)
lisp/derived.el

index f4b7e73088b6415f9f22d21a2db3a5f67d7818f6..13e18548321028bd2c9acf40ba022010ed5b5593 100644 (file)
@@ -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."