comparison lisp/ChangeLog @ 5173:bd1e25975cdc

Use #'function-arglist, etc. from help.el, not reimplementing them, hyper-apropos 2010-03-29 Aidan Kehoe <kehoea@parhasard.net> * hyper-apropos.el (hyper-apropos-get-doc): Use help.el's #'function-arglist, #'function-documentation, #'symbol-file in this function, instead of rolling our own.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 29 Mar 2010 18:49:33 +0100
parents be6e5ea38dda
children 97eb4942aec8
comparison
equal deleted inserted replaced
5172:be6e5ea38dda 5173:bd1e25975cdc
1 2010-03-29 Aidan Kehoe <kehoea@parhasard.net>
2
3 * hyper-apropos.el (hyper-apropos-get-doc):
4 Use help.el's #'function-arglist, #'function-documentation,
5 #'symbol-file in this function, instead of rolling our own.
6
1 2010-03-25 Ben Wing <ben@xemacs.org> 7 2010-03-25 Ben Wing <ben@xemacs.org>
2 8
3 * diagnose.el (show-memory-usage): 9 * diagnose.el (show-memory-usage):
4 * diagnose.el (show-object-memory-usage-stats): 10 * diagnose.el (show-object-memory-usage-stats):
5 Further changes to correspond with changes in the C code; 11 Further changes to correspond with changes in the C code;