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 @@ | |||
| 38 | 38 | ||
| 39 | ;;; Code: | 39 | ;;; Code: |
| 40 | 40 | ||
| 41 | (defvar font-lock-syntactic-keywords) | ||
| 42 | |||
| 41 | (defvar autoconf-mode-map (make-sparse-keymap)) | 43 | (defvar autoconf-mode-map (make-sparse-keymap)) |
| 42 | 44 | ||
| 43 | (defvar autoconf-mode-hook nil | 45 | (defvar autoconf-mode-hook nil |