Mercurial > emacs
changeset 28181:20032164c359
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 17 Mar 2000 20:05:14 +0000 |
parents | f9268a210b0b |
children | cf4e7d561883 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 17 20:04:56 2000 +0000 +++ b/lisp/ChangeLog Fri Mar 17 20:05:14 2000 +0000 @@ -1,6 +1,10 @@ 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> - * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add (setq :<key> ':<key>). + * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the + regexp for labels cannot span several lines. + + * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless + (setq :<key> ':<key>) to the macro expansion. 2000-03-16 Dave Love <fx@gnu.org>