Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 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 | b36d089cbed5 |
children | fa5d6416887f |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 06 23:29:35 2010 -0500 +++ b/lisp/ChangeLog Wed Apr 07 14:38:41 2010 +0200 @@ -1,3 +1,10 @@ +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. + 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> * descr-text.el (describe-char-unicode-data):