1
0
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:
Richard M. Stallman 1994-01-06 04:29:50 +00:00
parent bb79850eb4
commit a0dbb37853

View File

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