Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0076741
Commit
d0076741
authored
Jan 02, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cfengine-font-lock-syntactic-keywords): Fix format of value.
parent
0b97da8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/progmodes/cfengine.el
lisp/progmodes/cfengine.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d0076741
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.
lisp/progmodes/cfengine.el
View file @
d0076741
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment