aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-cmds.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 9b790fe22a3..f39947a5825 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -686,8 +686,8 @@ and sometimes other things."
686 (if current-language-environment 686 (if current-language-environment
687 (let ((func (get-language-info current-language-environment 687 (let ((func (get-language-info current-language-environment
688 'exit-function))) 688 'exit-function)))
689 (if (fboundp func) (funcall func)) 689 (run-hooks 'exit-language-environment-hook)
690 (run-hooks 'exit-language-environment-hook))) 690 (if (fboundp func) (funcall func))))
691 (setq current-language-environment language-name) 691 (setq current-language-environment language-name)
692 (funcall (get-language-info language-name 'setup-function)) 692 (funcall (get-language-info language-name 'setup-function))
693 (run-hooks 'set-language-environment-hook) 693 (run-hooks 'set-language-environment-hook)