diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-03-17 15:37:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-03-17 15:37:36 +0000 |
commit | 56d1e2aa8b43fcaeb347ed0fa268897ffec7e55e (patch) | |
tree | 7875b69ce1404314dd6a1cc3671c78223597a210 /lisp/imenu.el | |
parent | 8c4950fb85e938418feb91c908b3758a28b50fcf (diff) | |
download | emacs-56d1e2aa8b43fcaeb347ed0fa268897ffec7e55e.tar.gz |
(imenu-generic-expression): Autoload the make-variable-buffer-local call.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index 633c65afaf8..166d2e10798 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -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 |