From 2f6170ffcca06894530621b52fdcc206c742b875 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 25 Aug 2002 15:45:02 +0000 Subject: [PATCH] Don't set `iso8859/1-case-table' to the standard-case-table. --- lisp/iso8859-1.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 1.7.10.4