mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
Add a provide statement.
(calc-Need-calc-store): Remove it.
This commit is contained in:
parent
01a2939cad
commit
4b02a25275
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user