1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Add a provide statement.

(calc-Need-calc-help): Remove it.
This commit is contained in:
Jay Belanger 2004-11-30 17:11:37 +00:00
parent 808cd57386
commit 42c76e340f

View File

@ -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 @@ 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