]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-info.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / org / org-info.el
index 1c18793d3a90f454ab6a08555555986229da370b..4ee5ee4e2e8310461e4456e3d51ca9a52183f38c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; org-info.el --- Support for links to Info nodes from within Org-Mode
 
-;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2016 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
@@ -34,8 +34,8 @@
 
 ;; Declare external functions and variables
 
-(declare-function Info-find-node "info" (filename nodename
-                                                 &optional no-going-back))
+(declare-function Info-find-node "info"
+                  (filename nodename &optional no-going-back strict-case))
 (defvar Info-current-file)
 (defvar Info-current-node)