fix saving non-text file in Windows
svn: r694
This commit is contained in:
parent
2be17ef3c7
commit
ddd2f37dd9
|
@ -215,7 +215,7 @@
|
|||
[actual-format (if (memq f-format '(copy same))
|
||||
(-get-file-format)
|
||||
f-format)]
|
||||
[text? (not (memq actual-format '(text text-force-cr)))])
|
||||
[text? (memq actual-format '(text text-force-cr))])
|
||||
(and
|
||||
file
|
||||
(can-save-file? file f-format)
|
||||
|
|
Loading…
Reference in New Issue
Block a user