Mercurial > emacs
diff lisp/ChangeLog @ 112212:966cc18ff805
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
work for nested comments.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 13 Jan 2011 16:48:34 -0500 |
parents | 43d75ad47207 |
children | 6e613fbf73d7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 13 15:53:06 2011 -0500 +++ b/lisp/ChangeLog Thu Jan 13 16:48:34 2011 -0500 @@ -1,5 +1,8 @@ 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca> + * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code + work for nested comments. + * progmodes/prolog.el: Use syntax-propertize. Further code cleanup. (prolog-use-prolog-tokenizer-flag): Change default when syntax-propertize can be used.