From af5eb153f539554ae71f038355d1184e73421b7b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Mar 1996 15:37:36 +0000 Subject: [PATCH] (imenu-generic-expression): Autoload the make-variable-buffer-local call. --- lisp/imenu.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2