From: Pavel Janík Date: Thu, 15 Nov 2001 21:46:12 +0000 (+0000) Subject: Fix autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~18525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=199b51e6df5245a917009eb5b5b927bc6e343a76;p=emacs.git Fix autoload cookie. --- 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."