From e97aec45a48423660170e3f1c0d01685296272c8 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:29:41 +0200 Subject: [PATCH] Add :version to org-gnus.el option. --- lisp/org-gnus.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index f0c64a0d7..5b855c291 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -62,6 +62,7 @@ configured) IMAP servers don't support this operation quickly. So if following a link to a Gnus article takes ages, try setting this variable to `t'." :group 'org-link-store + :version "24.1" :type 'boolean) -- 2.11.4.GIT