diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-11-27 04:04:45 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-11-27 04:04:45 +0000 |
| commit | a61506a749220db403a9dbcf35779a7e3d568f80 (patch) | |
| tree | f18c87d7dd89eff570cfa5ea9ffdad1e9f110a3e /lisp/calc | |
| parent | 1976223fab4529ab0a724edae2e0093040c73f48 (diff) | |
| download | emacs-a61506a749220db403a9dbcf35779a7e3d568f80.tar.gz | |
(Info-goto-node, Info-last): Declare as functions.
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc-help.el | 5 |
1 files changed, 5 insertions, 0 deletions
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") |
