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: Sam Steingold
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Sat, 24 Aug 2002 10:40:10 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.317 emacs/lisp/subr.el:1.318
*** emacs/lisp/subr.el:1.317    Fri Aug 23 22:58:53 2002
--- emacs/lisp/subr.el  Sat Aug 24 10:40:09 2002
***************
*** 951,957 ****
              (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)
            (assoc file load-history))
          (eval form))))
    form)
--- 951,957 ----
              (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)
            (assoc file load-history))
          (eval form))))
    form)




reply via email to

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