emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Mon, 21 Nov 2005 22:32:50 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.389 emacs/lisp/startup.el:1.390
*** emacs/lisp/startup.el:1.389 Sat Nov 19 06:34:23 2005
--- emacs/lisp/startup.el       Tue Nov 22 03:32:50 2005
***************
*** 647,653 ****
                  (if (and (stringp (car elt))
                           (not (file-name-absolute-p (car elt))))
                      (cons (locate-file (car elt) load-path
!                                        load-suffixes)
                            (cdr elt))
                    elt))
                load-history))
--- 647,653 ----
                  (if (and (stringp (car elt))
                           (not (file-name-absolute-p (car elt))))
                      (cons (locate-file (car elt) load-path
!                                        (append load-suffixes '("")))
                            (cdr elt))
                    elt))
                load-history))




reply via email to

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