lread.c (Vload_history): Enhance doc-string to say that the file is the
authorAlan Mackenzie <acm@muc.de>
Wed, 24 May 2006 13:24:21 +0000 (13:24 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 24 May 2006 13:24:21 +0000 (13:24 +0000)
commit6bb6da3ec1732ed5cdd8d5fafd06841b2dc1eaa4
tree07180e3b282f27ce4b7ff17adf52eaa6913502b7
parent33d74677e73926286cf179457dacebcea3306418
lread.c (Vload_history): Enhance doc-string to say that the file is the
absolute truename of the loaded file.

lread.c (Vafter_load_alist): doc-string: state that an element now has a
regexp to match file names, not a file name as such.

lread.c (readevalloop): Call file-truename on the name for load-history,
except at preloading time.

lread.c (Fload): At preloading time, preserve the extension of the
filename which goes into load-history.  New variable hist_file_name.

lread.c (Fload): Do eval-after-load stuff by calling the lisp function
do-after-load-evaluation.
src/lread.c