Add a provide statement.
(calc-Need-calc-comp): Remove it.
This commit is contained in:
parent
c728e63356
commit
cfd31ee4dc
1 changed files with 3 additions and 3 deletions
|
@ -27,12 +27,10 @@
|
|||
;;; Code:
|
||||
|
||||
;; This file is autoloaded from calc-ext.el.
|
||||
|
||||
(require 'calc-ext)
|
||||
|
||||
(require 'calc-macs)
|
||||
|
||||
(defun calc-Need-calc-comp () nil)
|
||||
|
||||
(defconst math-eqn-special-funcs
|
||||
'( calcFunc-log
|
||||
calcFunc-ln calcFunc-exp
|
||||
|
@ -1771,5 +1769,7 @@
|
|||
(math-comp-to-string-raw-step (cdr cl) indent))
|
||||
""))
|
||||
|
||||
(provide 'calccomp)
|
||||
|
||||
;;; arch-tag: 7c45d10a-a286-4dab-af49-7ae8989fbf78
|
||||
;;; calccomp.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue