# HG changeset patch # User Richard M. Stallman # Date 864765454 0 # Node ID 1471676365ac1558df32752a8f2d257a019f482a # Parent 727cf56647a4fd3c634e6afc54c32d4be22a03f2 (ielm-input): New defvar. diff -r 727cf56647a4 -r 1471676365ac lisp/ielm.el --- a/lisp/ielm.el Tue May 27 19:51:23 1997 +0000 +++ b/lisp/ielm.el Tue May 27 20:37:34 1997 +0000 @@ -103,7 +103,7 @@ (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 @@ (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.