Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5078:a04cf0fea770 | 5079:aa4cae427255 |
---|---|
9 function name passed. Also make sure to print () instead of nil | 9 function name passed. Also make sure to print () instead of nil |
10 when empty arglist, or function-documentation-1 won't recognize | 10 when empty arglist, or function-documentation-1 won't recognize |
11 the arguments: line. | 11 the arguments: line. |
12 * help.el (function-arglist): If empty arg, don't display extra | 12 * help.el (function-arglist): If empty arg, don't display extra |
13 space after function name. | 13 space after function name. |
14 | |
15 2010-02-24 Aidan Kehoe <kehoea@parhasard.net> | |
16 | |
17 * cl-extra.el (constantly): | |
18 Normally return a compiled function from #'constantly if we are | |
19 handed a single argument. Shouldn't actually matter, the overhead | |
20 for returning a single constant in a lambda form vs. in a compiled | |
21 function is minuscule, but using compiled functions as much as | |
22 possible is good style in XEmacs, our interpreter is not stellar | |
23 (nor indeed should it need to be). | |
14 | 24 |
15 2010-02-23 Ben Wing <ben@xemacs.org> | 25 2010-02-23 Ben Wing <ben@xemacs.org> |
16 | 26 |
17 * help.el: fux typo in comment. (oops) | 27 * help.el: fux typo in comment. (oops) |
18 | 28 |