changeset 86473:06a124417f42

(Info-goto-node, Info-last): Declare as functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 27 Nov 2007 04:04:45 +0000
parents a74cf765a500
children daebf666bc9a
files lisp/calc/calc-help.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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")