[ms-dos] (byte-compile-file): Save as binary.
This commit is contained in:
parent
bb15791002
commit
e3c72369df
1 changed files with 2 additions and 0 deletions
|
@ -1177,6 +1177,8 @@ With prefix arg (noninteractively: 2nd arg), load the file after compiling."
|
|||
;;; (error nil)))
|
||||
(if (file-writable-p target-file)
|
||||
(let ((kanji-flag nil)) ; for nemacs, from Nakagawa Takayuki
|
||||
(if (eq system-type 'ms-dos)
|
||||
(setq buffer-file-type t))
|
||||
(write-region 1 (point-max) target-file))
|
||||
;; This is just to give a better error message than
|
||||
;; write-region
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue