diff --git a/lisp/ielm.el b/lisp/ielm.el index a05f23017ba..3af4d9df3a3 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -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.