1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(inferior-lisp-proc): Clean up error message.

This commit is contained in:
Richard M. Stallman 1993-11-22 00:42:30 +00:00
parent ef7485ce20
commit 593232e32c

View file

@ -574,7 +574,7 @@ See variable `lisp-describe-sym-command'."
(current-buffer)
inferior-lisp-buffer))))
(or proc
(error "No current process. See variable inferior-lisp-buffer"))))
(error "No Lisp subprocess; see variable `inferior-lisp-buffer'"))))
;;; Do the user's customisation...