emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 24 May 2006 22:27:19 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.511 emacs/lisp/subr.el:1.512
--- emacs/lisp/subr.el:1.511    Wed May 24 13:22:12 2006
+++ emacs/lisp/subr.el  Wed May 24 22:27:19 2006
@@ -1637,6 +1637,9 @@
                (sit-for 1))))
          success)
       (let ((pass nil)
+           ;; Copy it so that add-text-properties won't modify
+           ;; the object that was passed in by the caller.
+           (prompt (copy-sequence prompt))
            (c 0)
            (echo-keystrokes 0)
            (cursor-in-echo-area t)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]