]> git.eshelyaron.com Git - emacs.git/commitdiff
* generic-x.el (apache-conf-generic-mode): Highlight the first
authorFrancesco Potortì <pot@gnu.org>
Mon, 21 Jan 2002 12:49:11 +0000 (12:49 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 21 Jan 2002 12:49:11 +0000 (12:49 +0000)
word in a line even if preceded by blanks.

lisp/ChangeLog
lisp/generic-x.el

index 1c167b4b7abbaa2371ae58057de3b75d3702c5d6..f45da8fa8af954e9bcfd88b0a515584b247701b0 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-21  Francesco Potorti`  <pot@gnu.org>
+
+       * generic-x.el (apache-conf-generic-mode): Highlight the first
+       word in a line even if preceded by blanks.
+
 2002-01-21  Richard M. Stallman  <rms@gnu.org>
 
        * window.el (window-body-height): Handle minibuffer window specially.
 
        * net/telnet.el (telnet-simple-send): Fix previous change.
 
-       * progmodes/sql.el (sql-escape-newlines-and-send) 
+       * progmodes/sql.el (sql-escape-newlines-and-send)
        (sql-query-placeholders-and-send): Fix previous change.
 
 2002-01-16  Colin Walters  <walters@verbum.org>
 
 2002-01-15  Richard M. Stallman  <rms@gnu.org>
 
-       * emacs-lisp/autoload.el (make-autoload): 
+       * emacs-lisp/autoload.el (make-autoload):
        Don't handle define-ibuffer-column, define-ibuffer-filter,
        define-ibuffer-sorter, and define-ibuffer-op.
 
index e8412ce592ca41dad7716ad743c3e736d23160b6..1eb69f3693c956226925139e5c8c67a9f908cda0 100644 (file)
@@ -164,7 +164,7 @@ you must reload generic-x to enable the specified modes."
    (list ?#)
    nil
    '(("^\\s-*\\(<.*>\\)"       1 'font-lock-constant-face)
-     ("^\\(\\sw+\\)\\s-"  1 'font-lock-variable-name-face))
+     ("^\\s-*\\(\\sw+\\)\\s-"  1 'font-lock-variable-name-face))
    (list "srm\\.conf\\'" "httpd\\.conf\\'" "access\\.conf\\'")
    (list
     (function