diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:11:37 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:11:37 +0000 |
| commit | 42c76e340f0cd9247288b6ada1e53ae10a575e53 (patch) | |
| tree | 1e2bae3366387d56d2353208084d28eb2ccbf5d2 | |
| parent | 808cd573868d163b57c05d44ff8ac3ba026d6c74 (diff) | |
| download | emacs-42c76e340f0cd9247288b6ada1e53ae10a575e53.tar.gz | |
Add a provide statement.
(calc-Need-calc-help): Remove it.
| -rw-r--r-- | lisp/calc/calc-help.el | 7 |
1 files 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 |
