From e97c230638aeecca3878c3d5a58dc8d2113eb277 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 9 Apr 2003 02:39:57 +0000 Subject: [PATCH] Register ?\221 and ?\226 in latin-extra-code-table. --- lisp/international/mule-conf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index fb7529d8629..a88ad80d2a5 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -545,10 +545,12 @@ for decoding and encoding files, process I/O, etc." ;;; Miscellaneous settings. +(aset latin-extra-code-table ?\221 t) (aset latin-extra-code-table ?\222 t) (aset latin-extra-code-table ?\223 t) (aset latin-extra-code-table ?\224 t) (aset latin-extra-code-table ?\225 t) +(aset latin-extra-code-table ?\226 t) (update-coding-systems-internal) -- 2.39.2