]> git.eshelyaron.com Git - emacs.git/commitdiff
(encode-mac-roman): Fix last change.
authorKenichi Handa <handa@m17n.org>
Fri, 13 Dec 2002 04:28:19 +0000 (04:28 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 13 Dec 2002 04:28:19 +0000 (04:28 +0000)
lisp/language/european.el

index c02520efef3f31b023134e54f64472c368f2bf57..0801516cbe7a657e314c7f4132f8ba0afe27ee6c 100644 (file)
@@ -516,9 +516,10 @@ but it selects the Dutch tutorial."))
     ((loop
       (read-multibyte-character r0 r1)
       (translate-character mac-roman-encoder r0 r1)
-      (if (r0 != ,(charset-id 'eight-bit-graphic))
-         (if (r0 != ,(charset-id 'eight-bit-control))
-             (r1 = ??)))
+      (if (r0 != ,(charset-id 'ascii))
+         (if (r0 != ,(charset-id 'eight-bit-graphic))
+             (if (r0 != ,(charset-id 'eight-bit-control))
+                 (r1 = ??))))
       (write-repeat r1))))
   "CCL program to encode Mac Roman")