X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fiso8859-1.el;h=37ed71ebb093db776d8438037a073f2b871ee2a1;hb=23348e8db2d12e44f8b60079dae1458bf5632f35;hp=01a15eb031abfe4466ccd19026af40b6493cfda5;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/lisp/iso8859-1.el b/lisp/iso8859-1.el index 01a15eb..37ed71e 100644 --- a/lisp/iso8859-1.el +++ b/lisp/iso8859-1.el @@ -142,6 +142,7 @@ ) +(unless (featurep 'utf-2000) (defconst iso8859/1-case-table nil "The case table for ISO-8859/1 characters.") @@ -198,6 +199,7 @@ ) (set-standard-case-table (mapcar 'copy-sequence iso8859/1-case-table)) +) (setq-default ctl-arrow 'iso-8859/1)