aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/loadhist.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el
index 5cebf2d63c4..419fe6c135a 100644
--- a/lisp/loadhist.el
+++ b/lisp/loadhist.el
@@ -32,7 +32,7 @@
32;;; Code: 32;;; Code:
33 33
34(defvar load-history-loaded nil 34(defvar load-history-loaded nil
35 "Non-nil means we have loaded the file `etc/fns-VERSION.el'. 35 "Non-nil means we have loaded the file `fns-VERSION.el' in `exec-directory'.
36That file records the part of `load-history' for preloaded files, 36That file records the part of `load-history' for preloaded files,
37which is cleared out before dumping to make Emacs smaller.") 37which is cleared out before dumping to make Emacs smaller.")
38 38
@@ -41,7 +41,7 @@ which is cleared out before dumping to make Emacs smaller.")
41This is a file name, or nil if the source was a buffer with no associated file." 41This is a file name, or nil if the source was a buffer with no associated file."
42 (unless load-history-loaded 42 (unless load-history-loaded
43 (load (expand-file-name (format "fns-%s.el" emacs-version) 43 (load (expand-file-name (format "fns-%s.el" emacs-version)
44 data-directory)) 44 exec-directory))
45 (setq load-history-loaded t)) 45 (setq load-history-loaded t))
46 (catch 'foundit 46 (catch 'foundit
47 (mapcar 47 (mapcar