From a2e360d6fadfe9d41a65988d426ff8bd002f8771 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:25:40 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-stuff): Remove it. --- lisp/calc/calc-stuff.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el index 431e3eca19f..8d2180c9c47 100644 --- a/lisp/calc/calc-stuff.el +++ b/lisp/calc/calc-stuff.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-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 -- 2.39.5