From 4b02a2527542980884ea8cb5e732ac0af10a2c6f Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:25:00 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-store): Remove it. --- lisp/calc/calc-store.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el index 495b9685562..2dca53b46bb 100644 --- a/lisp/calc/calc-store.el +++ b/lisp/calc/calc-store.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-store () nil) - - ;;; Memory commands. (defvar calc-store-keep nil) @@ -627,5 +624,7 @@ (calc-slow-wrapper (calc-binary-op "sub" 'calcFunc-subscr arg))) +(provide 'calc-store) + ;;; arch-tag: 2fbfec82-a521-42ca-bcd8-4f254ae6313e ;;; calc-store.el ends here -- 2.39.2