# HG changeset patch # User Jay Belanger # Date 1196136285 0 # Node ID 06a124417f42e951d31baa323c3e20a83f4cabc6 # Parent a74cf765a5006a4865c8b7871f850c04047290b5 (Info-goto-node, Info-last): Declare as functions. diff -r a74cf765a500 -r 06a124417f42 lisp/calc/calc-help.el --- a/lisp/calc/calc-help.el Tue Nov 27 04:04:08 2007 +0000 +++ b/lisp/calc/calc-help.el Tue Nov 27 04:04:45 2007 +0000 @@ -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")