From 0e5b14555cf8c68020d8dbbe7888257a0c53c680 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:16:02 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-map): Remove it. --- lisp/calc/calc-map.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/calc/calc-map.el b/lisp/calc/calc-map.el index 15a297e1efa..726a500c10a 100644 --- a/lisp/calc/calc-map.el +++ b/lisp/calc/calc-map.el @@ -27,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(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 -- 2.39.5