From: Jay Belanger Date: Tue, 27 Nov 2007 04:04:45 +0000 (+0000) Subject: (Info-goto-node, Info-last): Declare as functions. X-Git-Tag: emacs-pretest-23.0.90~9444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a61506a749220db403a9dbcf35779a7e3d568f80;p=emacs.git (Info-goto-node, Info-last): Declare as functions. --- diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index ed1c93e8694..49d1fd937ba 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -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")