aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-08-16 01:56:45 +0000
committerKenichi Handa1997-08-16 01:56:45 +0000
commitc1b628eb9289a4a5a04e8d88e964ab7e897f09db (patch)
tree28ef01a954585ab02c5385e40895393a1047e54b
parentf7b46c2d6251d7e1ec78debb4733d5b05d791996 (diff)
downloademacs-c1b628eb9289a4a5a04e8d88e964ab7e897f09db.tar.gz
emacs-c1b628eb9289a4a5a04e8d88e964ab7e897f09db.zip
Set 146th element of
latin-extra-code-table to `t'.
-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 @@
330 coding-category-iso-8-else 330 coding-category-iso-8-else
331 coding-category-binary)) 331 coding-category-binary))
332 332
333
334;;; Miscellaneous settings.
335(aset latin-extra-code-table ?\222 t)
336
333;;; mule-conf.el ends here 337;;; mule-conf.el ends here