Mercurial > emacs
changeset 75047:0e3ea59d0acd
(cfengine-font-lock-syntactic-keywords): Fix format of value.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Jan 2007 20:56:21 +0000 |
parents | b644db4759fa |
children | b9e4d35eefb4 |
files | lisp/progmodes/cfengine.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cfengine.el Tue Jan 02 20:55:54 2007 +0000 +++ b/lisp/progmodes/cfengine.el Tue Jan 02 20:56:21 2007 +0000 @@ -89,7 +89,7 @@ ;; In the main syntax-table, backslash is marked as a punctuation, because ;; of its use in DOS-style directory separators. Here we try to recognize ;; the cases where backslash is used as an escape inside strings. - '(("\\(\\(?:\\\\\\)+\\)\"" . "\\"))) + '(("\\(\\(?:\\\\\\)+\\)\"" 1 "\\"))) (defvar cfengine-imenu-expression `((nil ,(concat "^[ \t]*" (eval-when-compile