# HG changeset patch # User Geoff Voelker # Date 913058732 0 # Node ID c42c9078252f37d1e4a06ed4acb74dbcf10029a0 # Parent f4646c30800a2f5a5ac1722a9b4cdea644e3c190 (buffer-undo-list): Write fns-VERSION.el in lib-src. diff -r f4646c30800a -r c42c9078252f lisp/loadup.el --- a/lisp/loadup.el Mon Dec 07 10:54:47 1998 +0000 +++ b/lisp/loadup.el Mon Dec 07 19:25:32 1998 +0000 @@ -227,8 +227,8 @@ (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)