mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
(buffer-undo-list): Write fns-VERSION.el into
build directory, not source directory.
This commit is contained in:
parent
10a0a25031
commit
b0fd465bb2
@ -225,7 +225,8 @@
|
||||
(setq tem (cdr tem))))
|
||||
(princ ")))\n" (current-buffer))
|
||||
(write-region (point-min) (point-max)
|
||||
(expand-file-name (format "fns-%s.el" emacs-version)))
|
||||
(expand-file-name (format "../lisp/fns-%s.el" emacs-version)
|
||||
invocation-directory))
|
||||
(erase-buffer))
|
||||
(setq load-history nil)
|
||||
(set-buffer-modified-p nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user