(calc-total-algebraic-mode): Removed error call that would be given

when the current emacs was used.
This commit is contained in:
Jay Belanger 2004-10-19 14:39:57 +00:00
parent cecd4c2023
commit ab079f7202

View file

@ -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)