Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5079:aa4cae427255
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 25 Feb 2010 06:14:50 -0600 |
parents | d555581e3cba 868a9ffcc37b |
children | 5502045ec510 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 25 06:11:07 2010 -0600 +++ b/lisp/ChangeLog Thu Feb 25 06:14:50 2010 -0600 @@ -12,6 +12,16 @@ * help.el (function-arglist): If empty arg, don't display extra space after function name. +2010-02-24 Aidan Kehoe <kehoea@parhasard.net> + + * cl-extra.el (constantly): + Normally return a compiled function from #'constantly if we are + handed a single argument. Shouldn't actually matter, the overhead + for returning a single constant in a lambda form vs. in a compiled + function is minuscule, but using compiled functions as much as + possible is good style in XEmacs, our interpreter is not stellar + (nor indeed should it need to be). + 2010-02-23 Ben Wing <ben@xemacs.org> * help.el: fux typo in comment. (oops)