changeset 23613:d2bbcd0b95c9

(buffer-undo-list): Write fns-VERSION.el into build directory, not source directory.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Nov 1998 19:24:32 +0000
parents 61519017b94a
children ca8cd9d60c47
files lisp/loadup.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Sun Nov 01 18:55:11 1998 +0000
+++ b/lisp/loadup.el	Sun Nov 01 19:24:32 1998 +0000
@@ -225,7 +225,8 @@
       (setq tem (cdr tem))))
   (princ ")))\n" (current-buffer))
   (write-region (point-min) (point-max)
-		(expand-file-name (format "fns-%s.el" emacs-version)))
+		(expand-file-name (format "../lisp/fns-%s.el" emacs-version)
+				  invocation-directory))
   (erase-buffer))
 (setq load-history nil)
 (set-buffer-modified-p nil)