1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

Add a provide statement.

(calc-Need-calc-stuff): Remove it.
This commit is contained in:
Jay Belanger 2004-11-30 17:25:40 +00:00
parent 4b02a25275
commit a2e360d6fa

View File

@ -27,13 +27,10 @@
;;; Code:
;; This file is autoloaded from calc-ext.el.
(require 'calc-ext)
(require 'calc-macs)
(defun calc-Need-calc-stuff () nil)
(defun calc-num-prefix (n)
"Use the number at the top of stack as the numeric prefix for the next command.
With a prefix, push that prefix as a number onto the stack."
@ -301,5 +298,7 @@ With a prefix, push that prefix as a number onto the stack."
(nth 2 expr)))
(t (cons (car expr) (mapcar 'math-map-over-constants-rec (cdr expr))))))
(provide 'calc-stuff)
;;; arch-tag: 789332ef-a178-49d3-8fb7-5d7ed7e21f56
;;; calc-stuff.el ends here