comparison lisp/ChangeLog @ 4443:e7b3a3266356

No doc special-case for autoloads; rely on on #'symbol-file instead. 2008-04-10 Aidan Kehoe <kehoea@parhasard.net> * help.el (describe-function-1): Rely on #'symbol-file to tell which file an autoloaded function belongs to, don't special-case them.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 10 Apr 2008 00:31:27 +0200
parents 1d7faae1080c
children 715c3ced8fa8
comparison
equal deleted inserted replaced
4442:279739019e5c 4443:e7b3a3266356
1 2008-04-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * help.el (describe-function-1):
4 Rely on #'symbol-file to tell which file an autoloaded function
5 belongs to, don't special-case them.
6
1 2008-03-19 Stephen J. Turnbull <stephen@xemacs.org> 7 2008-03-19 Stephen J. Turnbull <stephen@xemacs.org>
2 8
3 * custom.el (custom-theme-reset-internal): Fix call to get (symbol 9 * custom.el (custom-theme-reset-internal): Fix call to get (symbol
4 and property were reversed). 10 and property were reversed).
5 11