diff options
| author | Kenichi Handa | 1999-01-14 01:20:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-01-14 01:20:35 +0000 |
| commit | 00a069c6471597930517b96230bee4565da94a81 (patch) | |
| tree | a24f61ab15a74b34bf0ae6bba3fa09955f726ff5 /lisp | |
| parent | 55ab7be3ac27989754fd3dc21748bcf9ef9d4910 (diff) | |
| download | emacs-00a069c6471597930517b96230bee4565da94a81.tar.gz emacs-00a069c6471597930517b96230bee4565da94a81.zip | |
(describe-language-environment):
Don't alter input-method-alist.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index e469d573e62..c05129bfc17 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -1379,7 +1379,7 @@ of buffer-file-coding-system set by this function." | |||
| 1379 | (princ-list " " str) | 1379 | (princ-list " " str) |
| 1380 | (terpri)))) | 1380 | (terpri)))) |
| 1381 | (let ((input-method (get-language-info language-name 'input-method)) | 1381 | (let ((input-method (get-language-info language-name 'input-method)) |
| 1382 | (l input-method-alist)) | 1382 | (l (copy-sequence input-method-alist))) |
| 1383 | (princ "Input methods") | 1383 | (princ "Input methods") |
| 1384 | (when input-method | 1384 | (when input-method |
| 1385 | (princ (format " (default, %s)" input-method)) | 1385 | (princ (format " (default, %s)" input-method)) |