mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
Add a provide statement.
(calc-Need-calc-misc): Remove it.
This commit is contained in:
parent
95995a85a2
commit
877dc4f5ff
@ -27,13 +27,10 @@
|
||||
;;; Code:
|
||||
|
||||
;; This file is autoloaded from calc.el.
|
||||
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user