summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-10 11:17:02 +0200
committerBastien Guerry <bzg@altern.org>2012-08-10 11:17:02 +0200
commitad67f20a39b154c57087d50807bc9f124cf68599 (patch)
tree2a8d8d4901dc12c79f233dc93aa80da0f674c6f1
parent24c9083bd50e107e48b7fe250bfcf9ec1312a86d (diff)
downloadorg-mode-ad67f20a39b154c57087d50807bc9f124cf68599.tar.gz
Fix a compiler warning.
-rw-r--r--lisp/org-rmail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el
index d28a420..4be7bcb 100644
--- a/lisp/org-rmail.el
+++ b/lisp/org-rmail.el
@@ -34,8 +34,9 @@
;; Declare external functions and variables
(declare-function rmail-show-message "rmail" (&optional n no-summary))
-(declare-function rmail-what-message "rmail" (&optional POS))
+(declare-function rmail-what-message "rmail" (&optional pos))
(declare-function rmail-toggle-header "rmail" (&optional arg))
+(declare-function rmail-widen "rmail" ())
(defvar rmail-current-message) ; From rmail.el
(defvar rmail-header-style) ; From rmail.el