Mercurial > emacs
changeset 58658:8564d764ff4d
Add a provide statement.
(calc-Need-calc-help): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:11:37 +0000 |
parents | 05cfe246ec8d |
children | 324e147417aa |
files | lisp/calc/calc-help.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-help.el Tue Nov 30 17:10:43 2004 +0000 +++ b/lisp/calc/calc-help.el Tue Nov 30 17:11:37 2004 +0000 @@ -28,13 +28,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (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 @@ "} (matrix brackets); . (abbreviate); / (multi-lines)") "vec/mat" ?v)) +(provide 'calc-help) + ;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686 ;;; calc-help.el ends here