Mercurial > emacs
changeset 67076:8d65a4f81b32
(command-line): Make sure that loaddefs.el is handled correctly in
load-history.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 22 Nov 2005 03:32:50 +0000 |
parents | 41bc39aa190f |
children | 251a74c1f668 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))