Mercurial > emacs
changeset 23827:c42c9078252f
(buffer-undo-list): Write fns-VERSION.el in lib-src.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Mon, 07 Dec 1998 19:25:32 +0000 |
parents | f4646c30800a |
children | bc08f49b275f |
files | lisp/loadup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)