Mercurial > emacs
changeset 58673:202eaef4ca19
Add a provide statement.
(calc-Need-calc-store): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:25:00 +0000 |
parents | 2b456d2d12eb |
children | 0efdac1406ea |
files | lisp/calc/calc-store.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-store.el Tue Nov 30 17:24:18 2004 +0000 +++ b/lisp/calc/calc-store.el Tue Nov 30 17:25:00 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-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