diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/tq.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index 043d057a744..5dc77a36f6c 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el @@ -102,7 +102,7 @@ that's how we tell where the answer ends." (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)))) |