]> code.delx.au - gnu-emacs/commitdiff
(buffer-undo-list): Write fns-VERSION.el in lib-src.
authorGeoff Voelker <voelker@cs.washington.edu>
Mon, 7 Dec 1998 19:25:32 +0000 (19:25 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Mon, 7 Dec 1998 19:25:32 +0000 (19:25 +0000)
lisp/loadup.el

index 254b6ad2c24ceade617502b0e88e731100b7c2f3..1f42285d45101bc11952a8673b96ec62d3679493 100644 (file)
   (write-region (point-min) (point-max)
                (expand-file-name
                 (if (eq system-type 'ms-dos)
-                    "../lisp/fns.el"
-                  (format "../lisp/fns-%s.el" emacs-version))
+                    "../lib-src/fns.el"
+                  (format "../lib-src/fns-%s.el" emacs-version))
                 invocation-directory))
   (erase-buffer))
 (setq load-history nil)