Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 01 01:02:40 2010 -0600 +++ b/lisp/ChangeLog Mon Feb 01 01:05:28 2010 -0600 @@ -15,6 +15,20 @@ Simplify the compiler-macro for `equalp' -- once it's in C, we don't need to try so hard to expand it. +2010-01-31 Aidan Kehoe <kehoea@parhasard.net> + + * obsolete.el: + * loadhist.el (symbol-file): + * help.el (describe-function-1): + * bytecomp.el: (byte-compile-save-current-buffer): + * byte-optimize.el (byte-optimize-form-code-walker): + * subr.el (subr-arity): + Change "special form" to "special operator" in these files, it's + the more logical term. + + * subr.el (special-form-p): Provide this alias for + #'special-operator-p. + 2010-01-30 Aidan Kehoe <kehoea@parhasard.net> * loadup.el: