summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/autoconf.el2
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ec5cdb5565..0d23ed5f3f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
+
+ * progmodes/autoconf.el (font-lock-syntactic-keywords): Don't
+ declare.
+
2012-08-07 Chong Yidong <cyd@gnu.org>
* simple.el (deactivate-mark): Preserve text properties when
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el
index c9c6a0b9dc6..ac3a7282952 100644
--- a/lisp/progmodes/autoconf.el
+++ b/lisp/progmodes/autoconf.el
@@ -35,8 +35,6 @@
;;; Code:
-(defvar font-lock-syntactic-keywords)
-
(defvar autoconf-mode-map (make-sparse-keymap))
(defvar autoconf-mode-hook nil