Mercurial > emacs
diff lisp/emacs-lisp/lisp-mode.el @ 90128:13796b0653c7
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 192-205)
- Update from CVS
- Use gdb-ui breakpoint faces on ttys too
- Tweak gdb-ui breakpoint faces
- Tweak info/.arch-inventory to identify info/.cvsignore as source
- Clean up gdb-ui breakpoint faces
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 24 Mar 2005 18:41:26 +0000 |
parents | 7e3f621f1dd4 7b87c7b7cc11 |
children | 4da4a09e8b1b |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Sat Mar 19 02:42:17 2005 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Mar 24 18:41:26 2005 +0000 @@ -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))))