aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1998-09-16 07:21:31 +0000
committerKenichi Handa1998-09-16 07:21:31 +0000
commit91693d18ea4ea935095a7b064ddd1a89499dcea7 (patch)
tree916f2e980cf818e0952a48ddc9bed9c8d152764d
parent4cb4b38841bd4ae83ed969f7862b817623242ce5 (diff)
downloademacs-91693d18ea4ea935095a7b064ddd1a89499dcea7.tar.gz
emacs-91693d18ea4ea935095a7b064ddd1a89499dcea7.zip
(reset-language-environment): Call
update-coding-systems-internal.
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index a41ec0503ee..f23316a71c7 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1113,6 +1113,8 @@ The default status is as follows:
1113 coding-category-ccl 1113 coding-category-ccl
1114 coding-category-binary)) 1114 coding-category-binary))
1115 1115
1116 (update-coding-systems-internal)
1117
1116 (set-default-coding-systems nil) 1118 (set-default-coding-systems nil)
1117 ;; Don't alter the terminal and keyboard coding systems here. 1119 ;; Don't alter the terminal and keyboard coding systems here.
1118 ;; The terminal still supports the same coding system 1120 ;; The terminal still supports the same coding system