From 00a069c6471597930517b96230bee4565da94a81 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 14 Jan 1999 01:20:35 +0000 Subject: [PATCH] (describe-language-environment): Don't alter input-method-alist. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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)) -- 2.39.2