emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ielm.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ielm.el
Date: Mon, 23 Sep 2002 12:02:14 -0400

Index: emacs/lisp/ielm.el
diff -c emacs/lisp/ielm.el:1.29 emacs/lisp/ielm.el:1.30
*** emacs/lisp/ielm.el:1.29     Thu Sep 19 03:32:00 2002
--- emacs/lisp/ielm.el  Mon Sep 23 12:02:14 2002
***************
*** 110,116 ****
  (defvar ielm-match-data nil
    "Match data saved at the end of last command.")
  
! (defvar ielm-*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
--- 110,116 ----
  (defvar ielm-match-data nil
    "Match data saved at the end of last command.")
  
! (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]