summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-01-02 20:56:26 +0000
committerRichard M. Stallman <rms@gnu.org>2007-01-02 20:56:26 +0000
commitd00767411fac6b7c50f1b0954ce48e9e98852da1 (patch)
tree82538432aae150901f836fd0609db3b1e2cb0438 /lisp
parent0b97da8f381b028fd49b2d056325e581c9d810e1 (diff)
downloademacs-d00767411fac6b7c50f1b0954ce48e9e98852da1.tar.gz
(cfengine-font-lock-syntactic-keywords): Fix format of value.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/progmodes/cfengine.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f3e63124de1..caf1b20efda 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el
index b70fe58b543..fd10bf3a9c2 100644
--- a/lisp/progmodes/cfengine.el
+++ b/lisp/progmodes/cfengine.el
@@ -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