(Info-goto-node, Info-last): Declare as functions.
This commit is contained in:
parent
1976223fab
commit
a61506a749
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
(require 'calc-ext)
|
||||
(require 'calc-macs)
|
||||
|
||||
;; Declare functions which are defined elsewhere.
|
||||
(declare-function Info-goto-node "info" (nodename &optional fork))
|
||||
(declare-function Info-last "info" ())
|
||||
|
||||
|
||||
(defun calc-help-prefix (arg)
|
||||
"This key is the prefix for Calc help functions. See calc-help-for-help."
|
||||
(interactive "P")
|
||||
|
|
Loading…
Add table
Reference in a new issue