diff options
| -rw-r--r-- | lisp/international/mule-cmds.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 8f7264867d8..aa33a39352b 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -1502,8 +1502,7 @@ to using the function `set-language-environment'." | |||
| 1502 | (list 'const (car lang))) | 1502 | (list 'const (car lang))) |
| 1503 | language-info-alist)) | 1503 | language-info-alist)) |
| 1504 | :initialize 'custom-initialize-default | 1504 | :initialize 'custom-initialize-default |
| 1505 | :group 'mule | 1505 | :group 'mule) |
| 1506 | :type 'string) | ||
| 1507 | 1506 | ||
| 1508 | (defun reset-language-environment () | 1507 | (defun reset-language-environment () |
| 1509 | "Reset multilingual environment of Emacs to the default status. | 1508 | "Reset multilingual environment of Emacs to the default status. |