X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fiso8859-1.el;h=37ed71ebb093db776d8438037a073f2b871ee2a1;hb=76172c8c0ab58a6a890c6744b997ec7994c81a3b;hp=01a15eb031abfe4466ccd19026af40b6493cfda5;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git.1 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)