Mercurial > emacs
changeset 72038:f9c303ee168d
(calc-match): Remove reference to calc-previous-alg-entry.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 20 Jul 2006 20:23:33 +0000 |
parents | 52f1e8d569ad |
children | 51e3097b320a |
files | lisp/calc/calc-rewr.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-rewr.el Thu Jul 20 20:23:06 2006 +0000 +++ b/lisp/calc/calc-rewr.el Thu Jul 20 20:23:33 2006 +0000 @@ -154,7 +154,6 @@ (setq expr (calc-top-n 2) pat (calc-top-n 1) n 2) - (if interactive (setq calc-previous-alg-entry pat)) (setq pat (if (stringp pat) (math-read-expr pat) pat)) (if (eq (car-safe pat) 'error) (error "Bad format in expression: %s" (nth 1 pat)))