mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(describe-language-environment):
Don't alter input-method-alist.
This commit is contained in:
parent
55ab7be3ac
commit
00a069c647
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue