From 877dc4f5ff0896ca0a48664ec6dd0c1acd244612 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:17:35 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-misc): Remove it. --- lisp/calc/calc-misc.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index a6f611052e9..8040d28d083 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el @@ -27,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc.el. -(require 'calc) +(require 'calc) (require 'calc-macs) -(defun calc-Need-calc-misc () nil) - - (defun calc-dispatch-help (arg) "M-# is a prefix key; follow it with one of these letters: @@ -760,5 +757,7 @@ doing 'M-x toggle-debug-on-error', then reproducing the bug. " ))) (defalias 'calc-report-bug 'report-calc-bug) +(provide 'calc-misc) + ;;; arch-tag: 7984d9d0-62e5-41dc-afb8-e904b975f250 ;;; calc-misc.el ends here -- 2.39.5