]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a provide statement.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 30 Nov 2004 17:25:40 +0000 (17:25 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 30 Nov 2004 17:25:40 +0000 (17:25 +0000)
(calc-Need-calc-stuff): Remove it.

lisp/calc/calc-stuff.el

index 431e3eca19f4f5f2dcfd7674e6cc08c128c97df2..8d2180c9c47a497a17af742332ccf311eb0e0a97 100644 (file)
 ;;; 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