summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-store.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:25:00 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:25:00 +0000
commit4b02a2527542980884ea8cb5e732ac0af10a2c6f (patch)
treeda3edbbe02e1b99447260b37a04807585412a362 /lisp/calc/calc-store.el
parent01a2939cad9500cca7ef7675dad97d74d39c3921 (diff)
Add a provide statement.
(calc-Need-calc-store): Remove it.
Diffstat (limited to 'lisp/calc/calc-store.el')
-rw-r--r--lisp/calc/calc-store.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el
index 495b968556..2dca53b46b 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