Don't set `iso8859/1-case-table' to the standard-case-table in
authortomo <tomo>
Mon, 26 Aug 2002 08:45:51 +0000 (08:45 +0000)
committertomo <tomo>
Mon, 26 Aug 2002 08:45:51 +0000 (08:45 +0000)
UTF-2000.

lisp/iso8859-1.el

index 01a15eb..37ed71e 100644 (file)
   )
 
 \f
+(unless (featurep 'utf-2000)
 (defconst iso8859/1-case-table nil
   "The case table for ISO-8859/1 characters.")
 
  )
 
 (set-standard-case-table (mapcar 'copy-sequence iso8859/1-case-table))
+)
 
 (setq-default ctl-arrow 'iso-8859/1)