diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-07 13:13:23 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-07 13:13:23 +0200 |
commit | c395097f5193c1af5ae44b0adf3023dd0d48e081 (patch) | |
tree | a4fdb022e8e35cd1d3e74bf386615d7fb44228c7 | |
parent | a8ab93b0f64c76afb7c790a60d3c8c0359a0770f (diff) |
* progmodes/autoconf.el (font-lock-syntactic-keywords): Don't
declare.
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/progmodes/autoconf.el | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ec5cdb556..0d23ed5f3f 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 c9c6a0b9dc..ac3a728295 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 |