mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
[ms-dos]: Save version.el as *binary*.
This commit is contained in:
parent
bb79850eb4
commit
a0dbb37853
@ -44,6 +44,7 @@
|
||||
(if (and (file-accessible-directory-p "../lisp/")
|
||||
(null (file-writable-p "../lisp/version.el")))
|
||||
(delete-file "../lisp/version.el"))
|
||||
(if (eq system-type 'ms-dos) (setq buffer-file-type t))
|
||||
(write-region (point-min) (point-max) "../lisp/version.el" nil 'nomsg)
|
||||
(erase-buffer)
|
||||
(set-buffer-modified-p nil)
|
||||
|
Loading…
Reference in New Issue
Block a user