diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-28 04:48:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-28 04:48:21 +0000 |
commit | ad0033d766c678d398b18077fd4a8c457b663c05 (patch) | |
tree | 9d6c40f1d42fbbebe3127c618f10c2d7247cbe37 /lisp/derived.el | |
parent | 6123af6463842de38c6c61597c8c38ea9b108293 (diff) | |
download | emacs-ad0033d766c678d398b18077fd4a8c457b663c05.tar.gz |
(derived-mode-init-mode-variables): Add autoload cookie.
Diffstat (limited to 'lisp/derived.el')
-rw-r--r-- | lisp/derived.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/derived.el b/lisp/derived.el index db4c0ad5161..90983cd820d 100644 --- a/lisp/derived.el +++ b/lisp/derived.el @@ -204,6 +204,7 @@ Use the `derived-mode-parent' property of the symbol to trace backwards." ;; Utility functions for defining a derived mode. +;;;###autoload (defun derived-mode-init-mode-variables (mode) "Initialise variables for a new mode. Right now, if they don't already exist, set up a blank keymap, an |