# HG changeset patch # User Pavel Jank # Date 1005860772 0 # Node ID 2ad569e99f97cb5e882bd0ca25625c897d471dd9 # Parent 99c59979fccf9e552836fb767b1b09ccd7ecc600 Fix autoload cookie. diff -r 99c59979fccf -r 2ad569e99f97 lisp/derived.el --- 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."