From: Francesco Potortì Date: Mon, 21 Jan 2002 12:49:11 +0000 (+0000) Subject: * generic-x.el (apache-conf-generic-mode): Highlight the first X-Git-Tag: ttn-vms-21-2-B4~17038 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17f8ff6af5b109696bec223904500149ab15e880;p=emacs.git * generic-x.el (apache-conf-generic-mode): Highlight the first word in a line even if preceded by blanks. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c167b4b7ab..f45da8fa8af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-01-21 Francesco Potorti` + + * 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 * window.el (window-body-height): Handle minibuffer window specially. @@ -128,7 +133,7 @@ * 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 @@ -175,7 +180,7 @@ 2002-01-15 Richard M. Stallman - * 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. diff --git a/lisp/generic-x.el b/lisp/generic-x.el index e8412ce592c..1eb69f3693c 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -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