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:
parent
b4b989a063
commit
c7e73b89dc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user