Name the lisppaste message pop-up buffer `*lisppaste*', not
authorTaylor R. Campbell <net/mumble/campbell>
Wed, 18 Feb 2009 07:46:59 +0000 (07:46 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Wed, 18 Feb 2009 07:46:59 +0000 (07:46 +0000)
`*lisppaste-error*', since the message is not necessarily of an
error.

v7/src/edwin/lisppaste.scm

index 77247eaac4850f69456bb1b7643ce6c447b5ebc8..6ae1da5d6e59e5c2fcbfb59691df81316d02a951 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: lisppaste.scm,v 1.2 2008/10/18 21:20:25 riastradh Exp $
+$Id: lisppaste.scm,v 1.3 2009/02/18 07:46:59 riastradh Exp $
 
 This code is written by Taylor R. Campbell and placed in the Public
 Domain.
@@ -358,5 +358,5 @@ With a prefix argument, list pastes starting at a certain number."
                 (window-x-size (typein-window)))))
       (message string)
       (string->temporary-buffer string
-                                " *lisppaste-error*"
+                                " *lisppaste*"
                                 '(READ-ONLY SHRINK-WINDOW FLUSH-ON-SPACE))))