emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/loadhist.el
Date: Mon, 27 Feb 2006 01:54:42 +0000

Index: emacs/lisp/loadhist.el
diff -u emacs/lisp/loadhist.el:1.37 emacs/lisp/loadhist.el:1.38
--- emacs/lisp/loadhist.el:1.37 Mon Feb  6 14:33:34 2006
+++ emacs/lisp/loadhist.el      Mon Feb 27 01:54:42 2006
@@ -60,8 +60,8 @@
   (let ((symbols (assoc file load-history)))
     ;; Try converting a library name to an absolute file name.
     (and (null symbols)
-        (let ((absname 
-               (locate-file file load-path load-suffixes)))
+        (let ((absname
+               (locate-file file load-path (get-load-suffixes))))
           (and absname (not (equal absname file))
                (setq symbols (cdr (assoc absname load-history))))))
     symbols))




reply via email to

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