Add a provide statement.
(calc-Need-calc-map): Remove it.
This commit is contained in:
parent
4b37638f7d
commit
0e5b14555c
1 changed files with 3 additions and 4 deletions
|
@ -27,13 +27,10 @@
|
|||
;;; Code:
|
||||
|
||||
;; This file is autoloaded from calc-ext.el.
|
||||
|
||||
(require 'calc-ext)
|
||||
|
||||
(require 'calc-macs)
|
||||
|
||||
(defun calc-Need-calc-map () nil)
|
||||
|
||||
|
||||
(defun calc-apply (&optional oper)
|
||||
(interactive)
|
||||
(calc-wrapper
|
||||
|
@ -1272,5 +1269,7 @@
|
|||
(setq mat (cons (cons 'vec row) mat)))
|
||||
(cons 'vec (nreverse mat))))
|
||||
|
||||
(provide 'calc-map)
|
||||
|
||||
;;; arch-tag: 980eac49-00e0-4870-b72a-e726b74c7990
|
||||
;;; calc-map.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue