(eval-after-load): Do not call load-symbol-file-load-history (deleted)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-08-24 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* subr.el (eval-after-load): Do not call
|
||||
load-symbol-file-load-history (deleted yesterday).
|
||||
|
||||
2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
|
||||
|
||||
* startup.el (normal-splash-screen): Ensure splash buffer is
|
||||
|
||||
@@ -951,7 +951,7 @@ evaluated whenever that feature is `provide'd."
|
||||
(featurep file)
|
||||
;; Make sure `load-history' contains the files dumped with
|
||||
;; Emacs for the case that FILE is one of them.
|
||||
(load-symbol-file-load-history)
|
||||
;;; (load-symbol-file-load-history)
|
||||
(assoc file load-history))
|
||||
(eval form))))
|
||||
form)
|
||||
|
||||
Reference in New Issue
Block a user