Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4723:ebca981a0012
If STRING is constant, call regexp-quote at compile time.
2009-10-30 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (regexp-quote):
If STRING is constant, call regexp-quote at compile time.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 30 Oct 2009 15:10:16 +0000 |
parents | 3c92890f3750 |
children | 5690bb2e7a44 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 26 15:41:26 2009 -0600 +++ b/lisp/ChangeLog Fri Oct 30 15:10:16 2009 +0000 @@ -1,3 +1,8 @@ +2009-10-30 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (regexp-quote): + If STRING is constant, call regexp-quote at compile time. + 2009-10-24 Aidan Kehoe <kehoea@parhasard.net> * files.el (default-file-system-ignore-case): New variable.