From 1322516bc1488d60d01dc0be536a2f837f77c6ae Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Sep 2002 16:02:14 +0000 Subject: [PATCH] (*1): Fix previous change. --- lisp/ielm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2