changeset 23574:c8ba21ef69c4

(symbol-file): Load fns-*.el from exec-directory instead of data-directory since it is architecture dependent. (load-history-loaded): Update doc string.
author Andreas Schwab <schwab@suse.de>
date Fri, 30 Oct 1998 09:53:51 +0000
parents e26894ec8369
children 6df77402dfd4
files lisp/loadhist.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadhist.el	Fri Oct 30 09:51:57 1998 +0000
+++ b/lisp/loadhist.el	Fri Oct 30 09:53:51 1998 +0000
@@ -32,7 +32,7 @@
 ;;; Code:
 
 (defvar load-history-loaded nil
-  "Non-nil means we have loaded the file `etc/fns-VERSION.el'.
+  "Non-nil means we have loaded the file `fns-VERSION.el' in `exec-directory'.
 That file records the part of `load-history' for preloaded files,
 which is cleared out before dumping to make Emacs smaller.")
 
@@ -41,7 +41,7 @@
 This is a file name, or nil if the source was a buffer with no associated file."
   (unless load-history-loaded
     (load (expand-file-name (format "fns-%s.el" emacs-version)
-			    data-directory))
+			    exec-directory))
     (setq load-history-loaded t))
   (catch 'foundit
     (mapcar