From: Kenichi Handa Date: Wed, 31 Jan 2001 23:39:40 +0000 (+0000) Subject: Remove unused charsets mac-roman-lower and mac-roman-upper. X-Git-Tag: emacs-pretest-21.0.98~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7f614fc36c738be4dd6d47d67afbae3a01b0324;p=emacs.git Remove unused charsets mac-roman-lower and mac-roman-upper. --- diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index b091babbb18..7665c22a1d3 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -174,16 +174,7 @@ (define-charset 167 'lao [1 94 1 0 ?1 0 "Lao" "Lao" "Lao characters (ISO10646 0E80..0EDF)"]) -;; Mac Roman. Mac Roman uses all upper 128 characters. Emacs can -;; handle it by using two characters sets: mac-roman-lower for code -;; points 128 to 159 and mac-roman-upper for code points 160 to 255. -(define-charset 168 'mac-roman-lower - [1 96 1 0 ?3 1 "Mac Roman lower" "Mac Roman lower" "Mac Roman lower"]) - -(define-charset 169 'mac-roman-upper - [1 96 1 0 ?4 1 "Mac Roman upper" "Mac Roman upper" "Mac Roman upper"]) - -;; CHARSET-IDs 170..223 are not used. +;; CHARSET-IDs 168..223 are not used. ;; 1-byte 2-column charsets. Valid range of CHARSET-ID is 224..239.