changeset 11815:e8214d59e98d

(tq-process-buffer): Don't hard-code the buffer name.
author Karl Heuer <kwzh@gnu.org>
date Mon, 15 May 1995 21:53:39 +0000
parents f9c9e52a7ef5
children 2a8e1b01bc15
files lisp/emacs-lisp/tq.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/tq.el	Mon May 15 21:49:34 1995 +0000
+++ b/lisp/emacs-lisp/tq.el	Mon May 15 21:53:39 1995 +0000
@@ -102,7 +102,7 @@
 	  (pop-to-buffer buf nil)
 	  (error (concat "Spurious communication from process "
 			 (process-name (tq-process tq))
-			 ", see buffer *spurious*.")))
+			 ", see buffer " (buffer-name buf) ".")))
       (goto-char (point-min))
       (if (re-search-forward (tq-queue-head-regexp tq) nil t)
 	  (let ((answer (buffer-substring (point-min) (point))))