Update some function declarations

* calc/calc-help.el (Info-goto-node):
* progmodes/cperl-mode.el (Info-find-node):
* vc/ediff.el (Info-goto-node): Update declarations.
This commit is contained in:
Glenn Morris 2013-09-11 22:48:22 -07:00
parent 96b3f75a80
commit 16d9f8966f
4 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
2013-09-12 Glenn Morris <rgm@gnu.org>
* calc/calc-help.el (Info-goto-node):
* progmodes/cperl-mode.el (Info-find-node):
* vc/ediff.el (Info-goto-node): Update declarations.
* vc/vc-bzr.el (vc-exec-after): Remove unused declaration.
(vc-compilation-mode): Declare.
(vc-bzr-pull): Require vc-dispatcher.

View file

@ -30,7 +30,7 @@
(require 'calc-macs)
;; Declare functions which are defined elsewhere.
(declare-function Info-goto-node "info" (nodename &optional fork))
(declare-function Info-goto-node "info" (nodename &optional fork strict-case))
(declare-function Info-last "info" ())

View file

@ -6535,7 +6535,7 @@ side-effect of memorizing only. Examples in `cperl-style-examples'."
(eval '(mode-compile)))) ; Avoid a warning
(declare-function Info-find-node "info"
(filename nodename &optional no-going-back))
(filename nodename &optional no-going-back strict-case))
(defun cperl-info-buffer (type)
;; Returns buffer with documentation. Creates if missing.

View file

@ -1481,7 +1481,7 @@ When called interactively, displays the version."
(format "Ediff %s of %s" ediff-version ediff-date)))
;; info is run first, and will autoload info.el.
(declare-function Info-goto-node "info" (nodename &optional fork))
(declare-function Info-goto-node "info" (nodename &optional fork strict-case))
;;;###autoload
(defun ediff-documentation (&optional node)