Mercurial > emacs
changeset 5104:bcf4b8ed1c60
(inferior-lisp-proc): Clean up error message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Nov 1993 00:42:30 +0000 |
parents | 40b068fb4c37 |
children | 9b41ddf1b5f7 |
files | lisp/progmodes/inf-lisp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el Mon Nov 22 00:41:35 1993 +0000 +++ b/lisp/progmodes/inf-lisp.el Mon Nov 22 00:42:30 1993 +0000 @@ -574,7 +574,7 @@ (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...