]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-goto-node, Info-last): Declare as functions.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 27 Nov 2007 04:04:45 +0000 (04:04 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 27 Nov 2007 04:04:45 +0000 (04:04 +0000)
lisp/calc/calc-help.el

index ed1c93e869425807b8923e7adb5b34f5ef8b627a..49d1fd937ba1319b5833bc0b7a0c70ee42483ce8 100644 (file)
 (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")