changeset 17978:1471676365ac

(ielm-input): New defvar.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 May 1997 20:37:34 +0000
parents 727cf56647a4
children 2265b685be6a
files lisp/ielm.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.