diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-11 22:48:22 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-11 22:48:22 -0700 |
commit | 16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d (patch) | |
tree | a7d482af92a028092ed037c6a6884ef806c62a7c /lisp/calc/calc-help.el | |
parent | 96b3f75a809761389cbbdc2eb0ed85f4559a8eef (diff) | |
download | emacs-16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d.tar.gz |
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.
Diffstat (limited to 'lisp/calc/calc-help.el')
-rw-r--r-- | lisp/calc/calc-help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 2b7b56c3f89..641453568ca 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -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" ()) |