(lisp-mode-variables): Recognize `@' in function names.
This commit is contained in:
parent
504f06a270
commit
1b1556b11a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
|
||||
|
||||
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
|
||||
function names.
|
||||
|
||||
2005-03-19 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* language/thai-word.el: New file.
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
(setq font-lock-defaults
|
||||
'((lisp-font-lock-keywords
|
||||
lisp-font-lock-keywords-1 lisp-font-lock-keywords-2)
|
||||
nil nil (("+-*/.<>=!?$%_&~^:" . "w")) nil
|
||||
nil nil (("+-*/.<>=!?$%_&~^:@" . "w")) nil
|
||||
(font-lock-mark-block-function . mark-defun)
|
||||
(font-lock-syntactic-face-function
|
||||
. lisp-font-lock-syntactic-face-function))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue