]> code.delx.au - gnu-emacs/commitdiff
Update some function declarations
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 05:48:22 +0000 (22:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 05:48:22 +0000 (22:48 -0700)
* calc/calc-help.el (Info-goto-node):
* progmodes/cperl-mode.el (Info-find-node):
* vc/ediff.el (Info-goto-node): Update declarations.

lisp/ChangeLog
lisp/calc/calc-help.el
lisp/progmodes/cperl-mode.el
lisp/vc/ediff.el

index beeb53d5c31a9975b089846e5ec314ca12820460..6d7a87f0915b65347d6e04d79a88aad376bc45d2 100644 (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.
index 2b7b56c3f89757aa9347fbe1af1ee70d71f75bb9..641453568ca5e9222af086941c973ad61a67f23d 100644 (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" ())
 
 
index cc6c8234dd24863ce45d190a8b9d5fd057e7d0b1..8a7d1e77bd22f6a192ace21d48a8ed032bcbac73 100644 (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.
index 9ab592587c90a68a55a269b079de1f4b6d6e6309..fc47bf0fc10fea08db5cad8e285eea9fc6e129b3 100644 (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)