changeset 24066:7914a815df8b

(describe-language-environment): Don't alter input-method-alist.
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Jan 1999 01:20:35 +0000
parents 7e291dea6141
children 89706001ab78
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Thu Jan 14 01:20:35 1999 +0000
+++ b/lisp/international/mule-cmds.el	Thu Jan 14 01:20:35 1999 +0000
@@ -1379,7 +1379,7 @@
 	      (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))