Mercurial > hg > xemacs-beta
diff lisp/lisp-mode.el @ 5194:77907bd57d25
Add missing CL style fontification.
lisp/ChangeLog addition:
2010-04-07 Didier Verna <didier@xemacs.org>
* font-lock.el (lisp-font-lock-keywords-2): Add missing CL style
lambda list constructs (&key etc.).
* lisp-mode.el (lisp-function-and-type-regexp): Recognize defun*
as well as defun.
author | Didier Verna <didier@xemacs.org> |
---|---|
date | Wed, 07 Apr 2010 14:38:41 +0200 |
parents | e4bbe5622a80 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/lisp/lisp-mode.el Tue Apr 06 23:29:35 2010 -0500 +++ b/lisp/lisp-mode.el Wed Apr 07 14:38:41 2010 +0200 @@ -699,7 +699,7 @@ (defvar lisp-function-and-type-regexp (concat "def\\(" ;; def but not define-. - "\\(un\\|advice\\|alias\\|macro\\*?\\|setf\\|subst\\*?\\|" + "\\(un\\*?\\|advice\\|alias\\|macro\\*?\\|setf\\|subst\\*?\\|" "-edebug-spec\\|" ;; CLOS "method\\|generic\\|"