changeset 58678:0f17749c4df5

Add a provide statement. (calc-Need-calc-vec): Remove it.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 30 Nov 2004 17:28:25 +0000
parents 5ef7cf7f3b8f
children 9a7f5565091f
files lisp/calc/calc-vec.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-vec.el	Tue Nov 30 17:27:44 2004 +0000
+++ b/lisp/calc/calc-vec.el	Tue Nov 30 17:28:25 2004 +0000
@@ -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