Add a provide statement.
(calc-Need-calc-vec): Remove it.
This commit is contained in:
parent
7d02e8cd1f
commit
429dae43c5
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-vec () nil)
|
||||
|
||||
|
||||
(defun calc-display-strings (n)
|
||||
(interactive "P")
|
||||
(calc-wrapper
|
||||
|
|
@ -1593,5 +1590,7 @@
|
|||
(setq mat (nconc mat (list (math-read-vector)))))
|
||||
mat)
|
||||
|
||||
(provide 'calc-vec)
|
||||
|
||||
;;; arch-tag: 7902a7af-ec69-440a-8635-ebb4db263402
|
||||
;;; calc-vec.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue