projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f109c
)
Don't set `iso8859/1-case-table' to the standard-case-table in
author
tomo
<tomo>
Mon, 26 Aug 2002 08:45:51 +0000
(08:45 +0000)
committer
tomo
<tomo>
Mon, 26 Aug 2002 08:45:51 +0000
(08:45 +0000)
UTF-2000.
lisp/iso8859-1.el
patch
|
blob
|
history
diff --git
a/lisp/iso8859-1.el
b/lisp/iso8859-1.el
index
01a15eb
..
37ed71e
100644
(file)
--- a/
lisp/iso8859-1.el
+++ b/
lisp/iso8859-1.el
@@
-142,6
+142,7
@@
)
\f
+(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)