comparison lisp/ChangeLog @ 4915:bedf3747a6d7

Use DOC for dumped Lisp file names; Xref to source-lisp if readable, symbol-file lisp/ChangeLog addition: 2010-02-01 Aidan Kehoe <kehoea@parhasard.net> * loadhist.el (symbol-file): If #'built-in-symbol-file returns a Lisp file name, and source-lisp is readable, construct a full pathname to include that. Otherwise use lisp-directory, as we used to. * loadup.el: Delete load-history entries for those files in preloaded-file-list; unloading the associated features makes very little sense, and the symbol file information can be had from DOC.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 03 Feb 2010 00:20:08 +0000
parents 6bc1f3f6cf0d
children 9c6ea1581159 d2ec55325515
comparison
equal deleted inserted replaced
4914:1628e3b9601a 4915:bedf3747a6d7
1 2010-02-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * loadhist.el (symbol-file):
4 If #'built-in-symbol-file returns a Lisp file name, and
5 source-lisp is readable, construct a full pathname to include
6 that. Otherwise use lisp-directory, as we used to.
7 * loadup.el:
8 Delete load-history entries for those files in
9 preloaded-file-list; unloading the associated features makes very
10 little sense, and the symbol file information can be had from DOC.
11
1 2010-02-01 Aidan Kehoe <kehoea@parhasard.net> 12 2010-02-01 Aidan Kehoe <kehoea@parhasard.net>
2 13
3 * cl-macs.el (equalp): 14 * cl-macs.el (equalp):
4 Remove special treatment for an #'equalp with a single character 15 Remove special treatment for an #'equalp with a single character
5 constant argument, it was incorrect (it used #'downcase instead of 16 constant argument, it was incorrect (it used #'downcase instead of