mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(eval-after-load): Do not call load-symbol-file-load-history (deleted)
This commit is contained in:
parent
82e736c18b
commit
a96735b8af
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user