From e81b0a336181a12077d0bc8de02950a656ffae83 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Thu, 27 Feb 2014 14:22:07 -0500 Subject: * rt-liberation-gnus.el: Fix compile warnings. --- rt-liberation-gnus.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rt-liberation-gnus.el b/rt-liberation-gnus.el index ee9949d..46d742d 100644 --- a/rt-liberation-gnus.el +++ b/rt-liberation-gnus.el @@ -76,8 +76,9 @@ line of an email. For example: \\[company.com #\\([0-9].+?\\)\\]" :group 'rt-liber-gnus) (require 'rt-liberation) +(require 'nnir) +(require 'gnus-msg) -(eval-when-compile (require 'gnus-msg)) (defun rt-liber-gnus-compose (addr ticket-alist options) "Create a Gnus *mail* buffer for the RT email interface. -- cgit v1.2.3