]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-generic-expression): Autoload the make-variable-buffer-local call.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Mar 1996 15:37:36 +0000 (15:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Mar 1996 15:37:36 +0000 (15:37 +0000)
lisp/imenu.el

index 633c65afaf81171951c3d7d5135007a667366539..166d2e10798cddb291758d5d9d3b3a3e43b89a06 100644 (file)
@@ -146,6 +146,7 @@ For emacs-lisp-mode for example PATTERN would look like:
 
 The variable is buffer-local.")
 
+;;;###autoload
 (make-variable-buffer-local 'imenu-generic-expression)
 
 ;;;; Hooks