From: Geoff Voelker Date: Mon, 7 Dec 1998 19:25:32 +0000 (+0000) Subject: (buffer-undo-list): Write fns-VERSION.el in lib-src. X-Git-Tag: emacs-20.4~1122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7e73b89dc06f754de94d1b87b24d0bb31e0de87;p=emacs.git (buffer-undo-list): Write fns-VERSION.el in lib-src. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 254b6ad2c24..1f42285d451 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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)