# HG changeset patch # User Luc Teirlinck # Date 1132630370 0 # Node ID 8d65a4f81b32efd327154cbeeeca226ff985916a # Parent 41bc39aa190f707ee19fe5b740d497066b8b1a63 (command-line): Make sure that loaddefs.el is handled correctly in load-history. diff -r 41bc39aa190f -r 8d65a4f81b32 lisp/startup.el --- a/lisp/startup.el Tue Nov 22 03:31:30 2005 +0000 +++ b/lisp/startup.el Tue Nov 22 03:32:50 2005 +0000 @@ -647,7 +647,7 @@ (if (and (stringp (car elt)) (not (file-name-absolute-p (car elt)))) (cons (locate-file (car elt) load-path - load-suffixes) + (append load-suffixes '(""))) (cdr elt)) elt)) load-history))