(calc-match): Remove reference to calc-previous-alg-entry.
This commit is contained in:
parent
0b504d64af
commit
56e8410bf7
1 changed files with 0 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue