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 | ec830850db25f96b3821eafd89f7dd2332bf83ae (patch) | |
tree | acbf36dbea2b9fc38691034718f0305bdc3f178f /lisp/derived.el | |
parent | 391fb07316a8297ba92a6c0dcd7756992ffeb9a1 (diff) | |
download | emacs-ec830850db25f96b3821eafd89f7dd2332bf83ae.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 |