From: Masatake YAMATO Date: Thu, 9 Feb 2006 19:15:46 +0000 (+0000) Subject: (autoconf-font-lock-keywords): Check start boundary of symbols. X-Git-Tag: emacs-pretest-22.0.90~4259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9674f335bfb0ff92c8a2cfa7d4f04ffc1ca2b7e;p=emacs.git (autoconf-font-lock-keywords): Check start boundary of symbols. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63fb4667cd1..8ed1d26e7c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-02-09 Masatake YAMATO + + * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start + boundary of symbols. + 2006-02-08 Peter Doornbosch (tiny change) * vc-svn.el (vc-svn-print-log): Show recent commits as well. diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index 2949b2da92f..97cf21d175e 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el @@ -52,7 +52,7 @@ "AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)") (defvar autoconf-font-lock-keywords - `(("A[CHMS]_\\sw+" . font-lock-keyword-face) + `(("\\_