summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-08-16 01:56:45 +0000
committerKenichi Handa <handa@m17n.org>1997-08-16 01:56:45 +0000
commita5b52983ec2541b250e85338b106aa0b734ff34e (patch)
tree98ec96da7d2ed224ce168f8271ab6b1700e8a629 /lisp
parentbf4b6a5c489945e60f07740f3b571af7184e9890 (diff)
downloademacs-a5b52983ec2541b250e85338b106aa0b734ff34e.tar.gz
Set 146th element of
latin-extra-code-table to `t'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-conf.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index c5fb7aa32f3..83e67db7a64 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -330,4 +330,8 @@
coding-category-iso-8-else
coding-category-binary))
+
+;;; Miscellaneous settings.
+(aset latin-extra-code-table ?\222 t)
+
;;; mule-conf.el ends here