Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4907:9e7f5a77cc84
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 01:05:28 -0600 |
parents | 6ef8256a020a 755ae5b97edb |
children | 6bc1f3f6cf0d e813cf16c015 |
comparison
equal
deleted
inserted
replaced
4906:6ef8256a020a | 4907:9e7f5a77cc84 |
---|---|
12 | 12 |
13 * cl-macs.el: | 13 * cl-macs.el: |
14 * cl-macs.el (equalp): | 14 * cl-macs.el (equalp): |
15 Simplify the compiler-macro for `equalp' -- once it's in C, | 15 Simplify the compiler-macro for `equalp' -- once it's in C, |
16 we don't need to try so hard to expand it. | 16 we don't need to try so hard to expand it. |
17 | |
18 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> | |
19 | |
20 * obsolete.el: | |
21 * loadhist.el (symbol-file): | |
22 * help.el (describe-function-1): | |
23 * bytecomp.el: (byte-compile-save-current-buffer): | |
24 * byte-optimize.el (byte-optimize-form-code-walker): | |
25 * subr.el (subr-arity): | |
26 Change "special form" to "special operator" in these files, it's | |
27 the more logical term. | |
28 | |
29 * subr.el (special-form-p): Provide this alias for | |
30 #'special-operator-p. | |
17 | 31 |
18 2010-01-30 Aidan Kehoe <kehoea@parhasard.net> | 32 2010-01-30 Aidan Kehoe <kehoea@parhasard.net> |
19 | 33 |
20 * loadup.el: | 34 * loadup.el: |
21 If any filename in load-history starts with the value of | 35 If any filename in load-history starts with the value of |