summaryrefslogtreecommitdiff
path: root/lisp/ielm.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-27 20:37:34 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-27 20:37:34 +0000
commit40645384bf6263abb1e96d968fc132eb7bb357b1 (patch)
tree8d1dc49a5af2873a8a0fbc34683c858487ee7034 /lisp/ielm.el
parent0128397b6a66b78e2f583d04bb185c471feb8a63 (diff)
downloademacs-40645384bf6263abb1e96d968fc132eb7bb357b1.tar.gz
(ielm-input): New defvar.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r--lisp/ielm.el4
1 files changed, 3 insertions, 1 deletions
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.