mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-24 07:20:29 +00:00
org-rmail.el: Fix compiler warnings.
This commit is contained in:
parent
1f7263d6b1
commit
7bc9b2242e
@ -33,9 +33,11 @@
|
||||
(require 'org)
|
||||
|
||||
;; Declare external functions and variables
|
||||
(declare-function rmail-show-message "rmail" (&optional n no-summary))
|
||||
(declare-function rmail-what-message "rmail" ())
|
||||
(defvar rmail-current-message)
|
||||
(declare-function rmail-show-message "rmail" (&optional n no-summary))
|
||||
(declare-function rmail-what-message "rmail" (&optional POS))
|
||||
(declare-function rmail-toggle-header "rmail" (&optional arg))
|
||||
(defvar rmail-current-message) ; From rmail.el
|
||||
(defvar rmail-header-style) ; From rmail.el
|
||||
|
||||
;; Install the link type
|
||||
(org-add-link-type "rmail" 'org-rmail-open)
|
||||
|
Loading…
Reference in New Issue
Block a user