Don't set `iso8859/1-case-table' to the standard-case-table.
authortomo <tomo>
Sun, 25 Aug 2002 15:45:02 +0000 (15:45 +0000)
committertomo <tomo>
Sun, 25 Aug 2002 15:45:02 +0000 (15:45 +0000)
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)