]> git.eshelyaron.com Git - emacs.git/commitdiff
(buffer-undo-list): Write fns-VERSION.el into
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Nov 1998 19:24:32 +0000 (19:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Nov 1998 19:24:32 +0000 (19:24 +0000)
build directory, not source directory.

lisp/loadup.el

index 262f4c1e92c7d35594e6e250ce93c1b1693ab317..e449b2b5d309077bfc77be4a2f4012a3333cf846 100644 (file)
       (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)