emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Sat, 22 Oct 2005 13:34:55 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.483 emacs/lisp/subr.el:1.484
*** emacs/lisp/subr.el:1.483    Sat Oct 22 15:35:45 2005
--- emacs/lisp/subr.el  Sat Oct 22 17:34:48 2005
***************
*** 1350,1356 ****
            ;; Make sure `load-history' contains the files dumped with
            ;; Emacs for the case that FILE is one of them.
            ;; (load-symbol-file-load-history)
!           (assoc file load-history))
          (eval form))))
    form)
  
--- 1350,1357 ----
            ;; Make sure `load-history' contains the files dumped with
            ;; Emacs for the case that FILE is one of them.
            ;; (load-symbol-file-load-history)
!           (when (locate-library file)
!             (assoc (locate-library file) load-history)))
          (eval form))))
    form)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]