mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +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)
|
(setq expr (calc-top-n 2)
|
||||||
pat (calc-top-n 1)
|
pat (calc-top-n 1)
|
||||||
n 2)
|
n 2)
|
||||||
(if interactive (setq calc-previous-alg-entry pat))
|
|
||||||
(setq pat (if (stringp pat) (math-read-expr pat) pat))
|
(setq pat (if (stringp pat) (math-read-expr pat) pat))
|
||||||
(if (eq (car-safe pat) 'error)
|
(if (eq (car-safe pat) 'error)
|
||||||
(error "Bad format in expression: %s" (nth 1 pat)))
|
(error "Bad format in expression: %s" (nth 1 pat)))
|
||||||
|
Loading…
Reference in New Issue
Block a user