mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 03:06:23 -08:00
(buffer-undo-list): For ms-dos, use fns.el without the
version string.
This commit is contained in:
parent
a09cfce720
commit
e23dcdffa6
1 changed files with 5 additions and 3 deletions
|
|
@ -225,9 +225,11 @@
|
|||
(setq tem (cdr tem))))
|
||||
(princ ")))\n" (current-buffer))
|
||||
(write-region (point-min) (point-max)
|
||||
(expand-file-name (convert-standard-filename
|
||||
(format "../lisp/fns-%s.el" emacs-version))
|
||||
invocation-directory))
|
||||
(expand-file-name
|
||||
(if (eq system-type 'ms-dos)
|
||||
"../lisp/fns.el"
|
||||
(format "../lisp/fns-%s.el" emacs-version))
|
||||
invocation-directory))
|
||||
(erase-buffer))
|
||||
(setq load-history nil)
|
||||
(set-buffer-modified-p nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue