]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-coding-system): Fix attribute name :for-unibyte.
authorKenichi Handa <handa@m17n.org>
Sun, 28 Sep 2003 23:56:11 +0000 (23:56 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 28 Sep 2003 23:56:11 +0000 (23:56 +0000)
lisp/international/mule.el

index ec633bfcfaf44b2683e83a34fa28198ebf45873d..cf1d26d2d529fbeb51a8a070ab273a102ef8c4ba 100644 (file)
@@ -663,7 +663,7 @@ encoding.  This attribute has a meaning only when `:coding-type' is
                                 :post-read-conversion
                                 :pre-write-conversion
                                 :default-char
-                                :prefer-unibyte
+                                :for-unibyte
                                 :plist
                                 :eol-type)))
         (coding-type (plist-get props :coding-type))