diff lisp/=inc-vers.el @ 5452:b328e9dec991

[ms-dos]: Save version.el as *binary*.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 1994 04:29:50 +0000
parents e610eb2fbb5b
children
line wrap: on
line diff
--- a/lisp/=inc-vers.el	Thu Jan 06 04:29:23 1994 +0000
+++ b/lisp/=inc-vers.el	Thu Jan 06 04:29:50 1994 +0000
@@ -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)