]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-language-environment):
authorKenichi Handa <handa@m17n.org>
Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)
Don't alter input-method-alist.

lisp/international/mule-cmds.el

index e469d573e62d74157887cec00b5e65ad91e1c7e7..c05129bfc17a1c1355f761d8e1a6045edc21171a 100644 (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))