Mercurial > emacs
changeset 58669:28d7c9f8d013
Add a provide statement.
(calc-Need-calc-rewr): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:21:27 +0000 |
parents | 827d00badeb5 |
children | f5725a8f81c8 |
files | lisp/calc/calc-rewr.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-rewr.el Tue Nov 30 17:20:50 2004 +0000 +++ b/lisp/calc/calc-rewr.el Tue Nov 30 17:21:27 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-rewr () nil) - - (defvar math-rewrite-default-iters 100) ;; The variable calc-rewr-sel is local to calc-rewrite-selection and @@ -2116,5 +2113,7 @@ nil nil) (cdr rules))))))) +(provide 'calc-rewr) + ;;; arch-tag: ca8d7b7d-bff1-4535-90f3-e2241f5e786b ;;; calc-rewr.el ends here