X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ed88dbcbdf2b693a3278d1bb40541766c3cfc5e7..f3f4e600399fdd8bf0a23e50b7704825145fddc4:/lisp/progmodes/autoconf.el diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index 51e23980ff..fe021d04ce 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el @@ -1,10 +1,10 @@ ;;; autoconf.el --- mode for editing Autoconf configure.in files -;; Copyright (C) 2000 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002 2003, 2004, 2005, 2006 +;; Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: languages -;; $Revision: 1.2 $ ;; This file is part of GNU Emacs. @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -38,6 +38,8 @@ ;;; Code: +(defvar font-lock-syntactic-keywords) + (defvar autoconf-mode-map (make-sparse-keymap)) (defvar autoconf-mode-hook nil @@ -50,7 +52,7 @@ "AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)") (defvar autoconf-font-lock-keywords - `(("A[CM]_\\sw+" . font-lock-keyword-face) + `(("\\_