]> git.eshelyaron.com Git - emacs.git/commitdiff
(cfengine-font-lock-syntactic-keywords): Fix format of value.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 2007 20:56:26 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 2007 20:56:26 +0000 (20:56 +0000)
lisp/ChangeLog
lisp/progmodes/cfengine.el

index f3e63124de1539624eb2b03d5e4831b2c43e53f4..caf1b20efda088ff0745f6cadf0fd62cb28c30f2 100644 (file)
@@ -1,3 +1,12 @@
+2007-01-02  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): 
+       Fix format of value.
+
+       * cus-edit.el (customize-unsaved): Renamed from customize-customized.
+       Change messages accordingly.
+       (customize-customized): Now alias.
+       
 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
 
        * files.el (version-control): Doc fix.
index b70fe58b5439899447fe294460691256d9bb7ea9..fd10bf3a9c2d8324abd85b04aed198d79f653d80 100644 (file)
@@ -89,7 +89,7 @@ This includes those for cfservd as well as cfagent."))
   ;; 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