aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index c2874981750..82f0ed15c34 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1037,7 +1037,7 @@ This hook is mainly used for cancelling the effect of
1037 1037
1038(defcustom current-language-environment "English" 1038(defcustom current-language-environment "English"
1039 "The last language environment specified with `set-language-environment'." 1039 "The last language environment specified with `set-language-environment'."
1040 :set 'set-language-environment 1040 :set (lambda (symbol value) (set-language-environment value))
1041 :initialize 'custom-initialize-default 1041 :initialize 'custom-initialize-default
1042 :group 'mule 1042 :group 'mule
1043 :type 'string) 1043 :type 'string)