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
7c5312b2
Commit
7c5312b2
authored
May 20, 2001
by
Gerd Moellmann
Browse files
(lisp-font-lock-keywords-1): Add `defvaralias'.
parent
8dacfbde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+6
-2
lisp/font-lock.el
lisp/font-lock.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7c5312b2
2001-05-20 Gerd Moellmann <gerd@gnu.org>
* font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
* international/ccl.el (define-ccl-program): Fix a typo. From
...
...
@@ -30,8 +34,8 @@
* eshell/esh-cmd.el (eshell/which):
Use `eshell-explicit-command-char' instead of ?*.
* eshell/em-cmpl.el (eshell-completion-command-name
,
eshell-complete-commands-list): Use `eshell-explicit-command-char'
* eshell/em-cmpl.el (eshell-completion-command-name
)
(
eshell-complete-commands-list): Use `eshell-explicit-command-char'
instead of ?*.
2001-05-18 Gerd Moellmann <gerd@gnu.org>
...
...
lisp/font-lock.el
View file @
7c5312b2
...
...
@@ -2064,7 +2064,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
;; Definitions.
(
list
(
concat
"(\\(def\\("
;; Function declarations.
"\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|"
"\\(advice\\|
varalias\\|
alias\\|generic\\|macro\\*?\\|method\\|"
"setf\\|subst\\*?\\|un\\*?\\|"
"ine-\\(condition\\|\\(?:derived\\|minor\\)-mode\\|"
"method-combination\\|setf-expander\\|skeleton\\|widget\\|"
...
...
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