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
d9674f33
Commit
d9674f33
authored
Feb 09, 2006
by
Masatake YAMATO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(autoconf-font-lock-keywords): Check start boundary of symbols.
parent
613cd8c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/autoconf.el
lisp/progmodes/autoconf.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d9674f33
2006-02-09 Masatake YAMATO <jet@gyve.org>
* progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
boundary of symbols.
2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
* vc-svn.el (vc-svn-print-log): Show recent commits as well.
...
...
lisp/progmodes/autoconf.el
View file @
d9674f33
...
...
@@ -52,7 +52,7 @@
"AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)"
)
(
defvar
autoconf-font-lock-keywords
`
((
"A[CHMS]_\\sw+"
.
font-lock-keyword-face
)
`
((
"
\\_<
A[CHMS]_\\sw+"
.
font-lock-keyword-face
)
(
,
autoconf-definition-regexp
3
font-lock-function-name-face
)
;; Are any other M4 keywords really appropriate for configure.in,
...
...
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