diff options
| author | Jay Belanger | 2006-07-20 20:23:33 +0000 |
|---|---|---|
| committer | Jay Belanger | 2006-07-20 20:23:33 +0000 |
| commit | 56e8410bf772770a073cae976903d3440bf54bc1 (patch) | |
| tree | 75f6bb412ca5398f1d33cae05b099c5da4bbcee5 | |
| parent | 0b504d64af088df57225b308b34b96b24b1fb6c1 (diff) | |
| download | emacs-56e8410bf772770a073cae976903d3440bf54bc1.tar.gz emacs-56e8410bf772770a073cae976903d3440bf54bc1.zip | |
(calc-match): Remove reference to calc-previous-alg-entry.
| -rw-r--r-- | lisp/calc/calc-rewr.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calc/calc-rewr.el b/lisp/calc/calc-rewr.el index 71dce50d976..d7530dc4cb6 100644 --- a/lisp/calc/calc-rewr.el +++ b/lisp/calc/calc-rewr.el | |||
| @@ -154,7 +154,6 @@ | |||
| 154 | (setq expr (calc-top-n 2) | 154 | (setq expr (calc-top-n 2) |
| 155 | pat (calc-top-n 1) | 155 | pat (calc-top-n 1) |
| 156 | n 2) | 156 | n 2) |
| 157 | (if interactive (setq calc-previous-alg-entry pat)) | ||
| 158 | (setq pat (if (stringp pat) (math-read-expr pat) pat)) | 157 | (setq pat (if (stringp pat) (math-read-expr pat) pat)) |
| 159 | (if (eq (car-safe pat) 'error) | 158 | (if (eq (car-safe pat) 'error) |
| 160 | (error "Bad format in expression: %s" (nth 1 pat))) | 159 | (error "Bad format in expression: %s" (nth 1 pat))) |