fix saving non-text file in Windows
svn: r694 original commit: ddd2f37dd9c077d2d1f0bac3a59dee2291571f4d
This commit is contained in:
parent
508180d985
commit
2f98d1afe1
|
@ -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