Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4595:a1a8728fec10
Distinguish between special forms and subrs, #'describe-function-1.
lisp/ChangeLog addition:
2009-02-04 Aidan Kehoe <kehoea@parhasard.net>
* help.el (describe-function-1):
Distinguish between special forms and subrs; don't bind
autoload-file, #'symbol-file returns it like any other function
file name.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Feb 2009 11:38:25 +0000 |
parents | dbe504bac1f4 |
children | 4fc32a3a086e |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 02 23:31:09 2009 +0900 +++ b/lisp/ChangeLog Wed Feb 04 11:38:25 2009 +0000 @@ -1,3 +1,10 @@ +2009-02-04 Aidan Kehoe <kehoea@parhasard.net> + + * help.el (describe-function-1): + Distinguish between special forms and subrs; don't bind + autoload-file, #'symbol-file returns it like any other function + file name. + 2009-01-31 Aidan Kehoe <kehoea@parhasard.net> * mule/mule-cmds.el (finish-set-language-environment):