* progmodes/autoconf.el (font-lock-syntactic-keywords): Don't

declare.
This commit is contained in:
Andreas Schwab 2012-08-07 13:13:23 +02:00
parent a8ab93b0f6
commit c395097f51
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -35,8 +35,6 @@
;;; Code:
(defvar font-lock-syntactic-keywords)
(defvar autoconf-mode-map (make-sparse-keymap))
(defvar autoconf-mode-hook nil