aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ielm.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-09-23 16:02:14 +0000
committerRichard M. Stallman <[email protected]>2002-09-23 16:02:14 +0000
commit1322516bc1488d60d01dc0be536a2f837f77c6ae (patch)
tree5e60275b088a6e0bc7d3e08f1370831aaffd993f /lisp/ielm.el
parent94deafdaf53e1346adbce07b3e8b5f268de758d9 (diff)
(*1): Fix previous change.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r--lisp/ielm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el
index a27f0eb1e8..87ca67f6c4 100644
--- a/lisp/ielm.el
+++ b/lisp/ielm.el
@@ -110,7 +110,7 @@ such as `edebug-defun' to work with such inputs."
(defvar ielm-match-data nil
"Match data saved at the end of last command.")
-(defvar ielm-*1 nil
+(defvar *1 nil
"During IELM evaluation, most recent value evaluated in IELM.
Normally identical to `*'. However, if the working buffer is an IELM
buffer, distinct from the process buffer, then `*' gives the value in