Fix compiler warnings

This commit is contained in:
Bastien Guerry 2013-03-01 15:50:05 +01:00
parent ccc7383890
commit e48f13423a
2 changed files with 2 additions and 0 deletions

View File

@ -354,6 +354,7 @@ form
insert-comment
(org-fill-template org-babel-tangle-comment-format-end link-data)))))
(defvar org-comment-string) ;; Defined in org.el
(defun org-babel-tangle-collect-blocks (&optional language)
"Collect source blocks in the current Org-mode file.
Return an association list of source-code block specifications of

View File

@ -126,6 +126,7 @@ with \"t\" key."
(declare-function mew-case-folder "ext:mew-func" (case folder))
(declare-function mew-folder-path-to-folder
"ext:mew-func" (path &optional has-proto))
(declare-function mew-idstr-to-id-list "ext:mew-header" (idstr &optional rev))
(declare-function mew-folder-remotep "ext:mew-func" (folder))
(declare-function mew-folder-virtualp "ext:mew-func" (folder))
(declare-function mew-header-get-value "ext:mew-header"