Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4f060cc7
Commit
4f060cc7
authored
Sep 07, 2007
by
Thien-Thi Nguyen
Browse files
(autoconf-definition-regexp):
Handle optional square brackets around definition name.
parent
f7ed05c9
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 @
4f060cc7
2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
* progmodes/autoconf.el (autoconf-definition-regexp):
Handle optional square brackets around definition name.
2007-09-07 Johannes Weiner <hannes@saeurebad.de>
* net/browse-url.el (browse-url-browser-function): Add elinks.
...
...
lisp/progmodes/autoconf.el
View file @
4f060cc7
...
...
@@ -49,7 +49,7 @@
'
((
"\\<dnl\\>"
0
'
(
11
))))
(
defconst
autoconf-definition-regexp
"AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)"
)
"AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\
[*\\
(\\sw+\\)
\\]*
"
)
(
defvar
autoconf-font-lock-keywords
`
((
"\\_<A[CHMS]_\\sw+"
.
font-lock-keyword-face
)
...
...
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