aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calccomp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el
index 0d69602070a..e76b3a34e09 100644
--- a/lisp/calc/calccomp.el
+++ b/lisp/calc/calccomp.el
@@ -27,12 +27,10 @@
27;;; Code: 27;;; Code:
28 28
29;; This file is autoloaded from calc-ext.el. 29;; This file is autoloaded from calc-ext.el.
30(require 'calc-ext)
31 30
31(require 'calc-ext)
32(require 'calc-macs) 32(require 'calc-macs)
33 33
34(defun calc-Need-calc-comp () nil)
35
36(defconst math-eqn-special-funcs 34(defconst math-eqn-special-funcs
37 '( calcFunc-log 35 '( calcFunc-log
38 calcFunc-ln calcFunc-exp 36 calcFunc-ln calcFunc-exp
@@ -1771,5 +1769,7 @@
1771 (math-comp-to-string-raw-step (cdr cl) indent)) 1769 (math-comp-to-string-raw-step (cdr cl) indent))
1772 "")) 1770 ""))
1773 1771
1772(provide 'calccomp)
1773
1774;;; arch-tag: 7c45d10a-a286-4dab-af49-7ae8989fbf78 1774;;; arch-tag: 7c45d10a-a286-4dab-af49-7ae8989fbf78
1775;;; calccomp.el ends here 1775;;; calccomp.el ends here