Add a provide statement.
(calc-Need-calc-prog): Remove it.
This commit is contained in:
parent
7a08a495aa
commit
8758faecce
1 changed files with 3 additions and 4 deletions
|
@ -26,14 +26,11 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
|
||||
;; This file is autoloaded from calc-ext.el.
|
||||
|
||||
(require 'calc-ext)
|
||||
|
||||
(require 'calc-macs)
|
||||
|
||||
(defun calc-Need-calc-prog () nil)
|
||||
|
||||
|
||||
(defun calc-equal-to (arg)
|
||||
(interactive "P")
|
||||
|
@ -2283,5 +2280,7 @@
|
|||
(math-read-expr-level (nth 3 op)) (nth 1 x))
|
||||
(throw 'syntax "Syntax error"))))))
|
||||
|
||||
(provide 'calc-prog)
|
||||
|
||||
;;; arch-tag: 4c5a183b-c9e5-4632-bb3f-e41a764518b0
|
||||
;;; calc-prog.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue