]> code.delx.au - gnu-emacs/commitdiff
(ielm-input): New defvar.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 May 1997 20:37:34 +0000 (20:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 May 1997 20:37:34 +0000 (20:37 +0000)
lisp/ielm.el

index a05f23017baf2b077868ef534e22bc5ba209c816..3af4d9df3a3dabae54837b6c443193f61bcbde28 100644 (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.