# HG changeset patch # User Richard M. Stallman # Date 1167771381 0 # Node ID 0e3ea59d0acdde5e137a99921c1b66db118356df # Parent b644db4759fa5d700fdfda84e862e9cfa546173d (cfengine-font-lock-syntactic-keywords): Fix format of value. diff -r b644db4759fa -r 0e3ea59d0acd lisp/progmodes/cfengine.el --- 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