summaryrefslogtreecommitdiff
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
(defcustom current-language-environment "English"
"The last language environment specified with `set-language-environment'."
- :set 'set-language-environment
+ :set (lambda (symbol value) (set-language-environment value))
:initialize 'custom-initialize-default
:group 'mule
:type 'string)