From 42c76e340f0cd9247288b6ada1e53ae10a575e53 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:11:37 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-help): Remove it. --- lisp/calc/calc-help.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index a8de197fab1..660e4c37bcc 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -28,13 +28,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(require 'calc-ext) (require 'calc-macs) -(defun calc-Need-calc-help () nil) - - (defun calc-help-prefix (arg) "This key is the prefix for Calc help functions. See calc-help-for-help." (interactive "P") @@ -676,5 +673,7 @@ C-w Describe how there is no warranty for Calc." "} (matrix brackets); . (abbreviate); / (multi-lines)") "vec/mat" ?v)) +(provide 'calc-help) + ;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686 ;;; calc-help.el ends here -- 2.39.2