diff options
-rw-r--r-- | lisp/progmodes/autoconf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index 98ba14d8f24..2949b2da92f 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el @@ -38,6 +38,8 @@ ;;; Code: +(defvar font-lock-syntactic-keywords) + (defvar autoconf-mode-map (make-sparse-keymap)) (defvar autoconf-mode-hook nil |