mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
(calc-match): Remove reference to calc-previous-alg-entry.
This commit is contained in:
parent
0b504d64af
commit
56e8410bf7
@ -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…
Reference in New Issue
Block a user