diff options
Diffstat (limited to 'lisp/progmodes/autoconf.el')
-rw-r--r-- | lisp/progmodes/autoconf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index d0acd36f4b4..fd8bf1f7ec8 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el @@ -35,7 +35,7 @@ ;;; Code: -(defvar autoconf-mode-map (make-sparse-keymap)) +(defvar-keymap autoconf-mode-map) (defvar autoconf-mode-hook nil "Hook run by `autoconf-mode'.") |