(cfengine-font-lock-syntactic-keywords): Fix format of value.
This commit is contained in:
parent
0b97da8f38
commit
d00767411f
2 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue