comparison lisp/calc/calc-help.el @ 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 786766804015
children bbfee21673a2 53108e6cea98
comparison
equal deleted inserted replaced
86472:a74cf765a500 86473:06a124417f42
29 29
30 ;; This file is autoloaded from calc-ext.el. 30 ;; This file is autoloaded from calc-ext.el.
31 31
32 (require 'calc-ext) 32 (require 'calc-ext)
33 (require 'calc-macs) 33 (require 'calc-macs)
34
35 ;; Declare functions which are defined elsewhere.
36 (declare-function Info-goto-node "info" (nodename &optional fork))
37 (declare-function Info-last "info" ())
38
34 39
35 (defun calc-help-prefix (arg) 40 (defun calc-help-prefix (arg)
36 "This key is the prefix for Calc help functions. See calc-help-for-help." 41 "This key is the prefix for Calc help functions. See calc-help-for-help."
37 (interactive "P") 42 (interactive "P")
38 (or calc-dispatch-help (sit-for echo-keystrokes)) 43 (or calc-dispatch-help (sit-for echo-keystrokes))