]> git.eshelyaron.com Git - emacs.git/commitdiff
(ccl-encode-vscii): Typo fixed
authorKenichi Handa <handa@m17n.org>
Thu, 3 Jun 1999 23:53:52 +0000 (23:53 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 3 Jun 1999 23:53:52 +0000 (23:53 +0000)
(viet-viscii-...->viet-vscii...).

lisp/language/vietnamese.el

index 4c785872b6a8bd57cf0f4873aa8f70a54f072540..c8e6656c9a020ce2e1917f26e8f3639fae913911 100644 (file)
@@ -183,7 +183,7 @@ Both tables are indexed by the position code of Vietnamese characters.")
                       (;; Vietnamese upper
                        (read r0)
                        (r0 -= 128)
-                       (write-read-repeat r0 ,(cdr viet-viscii-encode-table)))
+                       (write-read-repeat r0 ,(cdr viet-vscii-encode-table)))
                     ;; not Vietnamese
                     (write-read-repeat r0))))))))
   "CCL program to encode VSCII-1.")