emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114231: Update some function declarations


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114231: Update some function declarations
Date: Thu, 12 Sep 2013 05:48:28 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114231
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 22:48:22 -0700
message:
  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.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/calc/calc-help.el         
calchelp.el-20091113204419-o5vbwnq5f7feedwu-2282
  lisp/progmodes/cperl-mode.el   
cperlmode.el-20091113204419-o5vbwnq5f7feedwu-1253
  lisp/vc/ediff.el               ediff.el-20091113204419-o5vbwnq5f7feedwu-769
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-12 05:45:42 +0000
+++ b/lisp/ChangeLog    2013-09-12 05:48:22 +0000
@@ -1,5 +1,9 @@
 2013-09-12  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/calc/calc-help.el'
--- a/lisp/calc/calc-help.el    2013-02-01 03:51:08 +0000
+++ b/lisp/calc/calc-help.el    2013-09-12 05:48:22 +0000
@@ -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" ())
 
 

=== modified file 'lisp/progmodes/cperl-mode.el'
--- a/lisp/progmodes/cperl-mode.el      2013-09-11 06:33:28 +0000
+++ b/lisp/progmodes/cperl-mode.el      2013-09-12 05:48:22 +0000
@@ -6535,7 +6535,7 @@
     (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.

=== modified file 'lisp/vc/ediff.el'
--- a/lisp/vc/ediff.el  2013-09-05 03:30:07 +0000
+++ b/lisp/vc/ediff.el  2013-09-12 05:48:22 +0000
@@ -1481,7 +1481,7 @@
     (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]