comparison lisp/subr.el @ 47025:324b87cc6fdf

(eval-after-load): Do not call load-symbol-file-load-history (deleted)
author Sam Steingold <sds@gnu.org>
date Sat, 24 Aug 2002 14:40:09 +0000
parents 7faae7c35e07
children 74f8b41068e0
comparison
equal deleted inserted replaced
47024:15430c8d0eaa 47025:324b87cc6fdf
949 ;; If the file has been loaded already, run FORM right away. 949 ;; If the file has been loaded already, run FORM right away.
950 (if (if (symbolp file) 950 (if (if (symbolp file)
951 (featurep file) 951 (featurep file)
952 ;; Make sure `load-history' contains the files dumped with 952 ;; Make sure `load-history' contains the files dumped with
953 ;; Emacs for the case that FILE is one of them. 953 ;; Emacs for the case that FILE is one of them.
954 (load-symbol-file-load-history) 954 ;;; (load-symbol-file-load-history)
955 (assoc file load-history)) 955 (assoc file load-history))
956 (eval form)))) 956 (eval form))))
957 form) 957 form)
958 958
959 (defun eval-next-after-load (file) 959 (defun eval-next-after-load (file)