From: Kenichi Handa Date: Sun, 28 Sep 2003 23:56:11 +0000 (+0000) Subject: (define-coding-system): Fix attribute name :for-unibyte. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1809 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e742024ccaacd46191c828380dc35ae056a4ab2;p=emacs.git (define-coding-system): Fix attribute name :for-unibyte. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index ec633bfcfaf..cf1d26d2d52 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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))