diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-23 16:02:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-23 16:02:14 +0000 |
commit | 1322516bc1488d60d01dc0be536a2f837f77c6ae (patch) | |
tree | 5e60275b088a6e0bc7d3e08f1370831aaffd993f /lisp/ielm.el | |
parent | 94deafdaf53e1346adbce07b3e8b5f268de758d9 (diff) | |
download | emacs-1322516bc1488d60d01dc0be536a2f837f77c6ae.tar.gz |
(*1): Fix previous change.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el index a27f0eb1e89..87ca67f6c4d 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 |