From ec830850db25f96b3821eafd89f7dd2332bf83ae Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 04:48:21 +0000 Subject: [PATCH] (derived-mode-init-mode-variables): Add autoload cookie. --- lisp/derived.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5