aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 92c29fc78f1..16e4c7e9ed8 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -815,7 +815,7 @@ don't want to mark the buffer modified, just set the variable
815`buffer-file-coding-system' directly." 815`buffer-file-coding-system' directly."
816 (interactive "zCoding system for visited file (default, nil): \nP") 816 (interactive "zCoding system for visited file (default, nil): \nP")
817 (check-coding-system coding-system) 817 (check-coding-system coding-system)
818 (if (and buffer-file-coding-system (null force)) 818 (if (and coding-system buffer-file-coding-system (null force))
819 (let ((x (coding-system-eol-type buffer-file-coding-system)) 819 (let ((x (coding-system-eol-type buffer-file-coding-system))
820 (y (coding-system-eol-type coding-system))) 820 (y (coding-system-eol-type coding-system)))
821 (if (and (numberp x) (>= x 0) (<= x 2) (vectorp y)) 821 (if (and (numberp x) (>= x 0) (<= x 2) (vectorp y))