1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(ielm-input): New defvar.

This commit is contained in:
Richard M. Stallman 1997-05-27 20:37:34 +00:00
parent 0acdb86326
commit 94aba130a0

View File

@ -103,7 +103,7 @@ This variable is buffer-local.")
(defvar ielm-header
(concat
"*** Welcome to IELM version "
(substring "$Revision: 1.11 $" 11 -2)
(substring "$Revision: 1.12 $" 11 -2)
" *** Type (describe-mode) for help.\n"
"IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n")
"Message to display when IELM is started.")
@ -227,6 +227,8 @@ simply inserts a newline."
(newline-and-indent)))
(newline)))
(defvar ielm-input)
(defun ielm-input-sender (proc input)
;; Just sets the variable ielm-input, which is in the scope of
;; `ielm-send-input's call.