1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(buffer-undo-list): Write fns-VERSION.el in lib-src.

This commit is contained in:
Geoff Voelker 1998-12-07 19:25:32 +00:00
parent b4b989a063
commit c7e73b89dc

View File

@ -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)