comparison lisp/ChangeLog @ 5072:cc74f60c150e

merge
author Ben Wing <ben@xemacs.org>
date Tue, 23 Feb 2010 05:11:15 -0600
parents f28a4e9f0133 6aba0daedb7c
children 868a9ffcc37b d555581e3cba 2a462149bd6a b785049378e3
comparison
equal deleted inserted replaced
5071:f28a4e9f0133 5072:cc74f60c150e
149 149
150 * diagnose.el: 150 * diagnose.el:
151 * diagnose.el (show-object-memory-usage-stats): 151 * diagnose.el (show-object-memory-usage-stats):
152 Fix errors preventing this from working properly, account for 152 Fix errors preventing this from working properly, account for
153 words like "entry" pluralized to "entries". 153 words like "entry" pluralized to "entries".
154
155 2010-02-22 Aidan Kehoe <kehoea@parhasard.net>
156
157 * cl-extra.el (constantly):
158 Add this function, from ANSI Common Lisp, using the SBCL extension
159 that extra arguments to it are passed back as multiple values in
160 the constructed function.
161 * cl-macs.el (constantly):
162 In the compiler macro for #'constantly, construct a
163 compiled-function object almost every time, at compile time when
164 all arguments are constant, and at runtime when they vary.
154 165
155 2010-02-08 Ben Wing <ben@xemacs.org> 166 2010-02-08 Ben Wing <ben@xemacs.org>
156 167
157 * help.el (describe-function-1): 168 * help.el (describe-function-1):
158 Don't use compiled-function-annotation to retrieve the file name 169 Don't use compiled-function-annotation to retrieve the file name