From: Andreas Schwab Date: Tue, 7 Aug 2012 11:13:23 +0000 (+0200) Subject: * progmodes/autoconf.el (font-lock-syntactic-keywords): Don't X-Git-Tag: emacs-24.2.90~796 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c395097f5193c1af5ae44b0adf3023dd0d48e081;p=emacs.git * progmodes/autoconf.el (font-lock-syntactic-keywords): Don't declare. --- 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 + + * progmodes/autoconf.el (font-lock-syntactic-keywords): Don't + declare. + 2012-08-07 Chong Yidong * 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