1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(describe-language-environment):

Don't alter input-method-alist.
This commit is contained in:
Kenichi Handa 1999-01-14 01:20:35 +00:00
parent 55ab7be3ac
commit 00a069c647

View File

@ -1379,7 +1379,7 @@ of buffer-file-coding-system set by this function."
(princ-list " " str)
(terpri))))
(let ((input-method (get-language-info language-name 'input-method))
(l input-method-alist))
(l (copy-sequence input-method-alist)))
(princ "Input methods")
(when input-method
(princ (format " (default, %s)" input-method))