startup.el (command-line): For names of preloaded files, don't append
authorAlan Mackenzie <acm@muc.de>
Wed, 24 May 2006 13:22:12 +0000 (13:22 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 24 May 2006 13:22:12 +0000 (13:22 +0000)
commit33d74677e73926286cf179457dacebcea3306418
tree3b684b304b42a5ede630273ecec8fe510108d46d
parenta386b0959d81786a197f2c71170ba716c71702df
startup.el (command-line): For names of preloaded files, don't append
".elc" (now done in Fload), and call file-truename on the lisp directory.

subr.el (eval-after-load): Fix the doc-string.  Allow FILE to match ANY
loaded file with the right name, not just those in load-path.  Put a
regexp matching the file name into after-load-alist, rather than the name
itself.

subr.el: New functions load-history-regexp,
load-history-filename-element, do-after-load-evaluation.

international/mule.el (load-with-code-conversion): Do the eval-after-load
stuff by calling do-after-load-evaluation.
lisp/international/mule.el
lisp/startup.el
lisp/subr.el