Browse Source

Fix compiler warnings

Bastien Guerry 12 years ago
parent
commit
e48f13423a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      lisp/ob-tangle.el
  2. 1 0
      lisp/org-mew.el

+ 1 - 0
lisp/ob-tangle.el

@@ -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

+ 1 - 0
lisp/org-mew.el

@@ -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"