Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ab079f72
Commit
ab079f72
authored
Oct 19, 2004
by
Jay Belanger
Browse files
(calc-total-algebraic-mode): Removed error call that would be given
when the current emacs was used.
parent
cecd4c20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/calc/calc-mode.el
lisp/calc/calc-mode.el
+0
-2
No files found.
lisp/calc/calc-mode.el
View file @
ab079f72
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment