diff options
| author | Dave Love | 2002-11-09 12:53:16 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-09 12:53:16 +0000 |
| commit | eb9fc9e65001beaadcb4de62e6d1894574586627 (patch) | |
| tree | 88a801343536f6687402484529a4b57b484032f7 | |
| parent | 15c8f9d1adc45d8bd08a213c511bfb8175ccbd75 (diff) | |
| download | emacs-eb9fc9e65001beaadcb4de62e6d1894574586627.tar.gz emacs-eb9fc9e65001beaadcb4de62e6d1894574586627.zip | |
(current-language-environment): Fix
:type.
| -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. |