(calc-total-algebraic-mode): Removed error call that would be given
when the current emacs was used.
This commit is contained in:
parent
cecd4c2023
commit
ab079f7202
1 changed files with 0 additions and 2 deletions
|
@ -429,8 +429,6 @@
|
|||
|
||||
(defun calc-total-algebraic-mode (flag)
|
||||
(interactive "P")
|
||||
(if calc-emacs-type-19
|
||||
(error "Total algebraic mode not yet supported for Emacs 19"))
|
||||
(calc-wrapper
|
||||
(if (eq calc-algebraic-mode 'total)
|
||||
(calc-algebraic-mode nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue