emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 25df237: ; Fix last change


From: Basil L. Contovounesios
Subject: master 25df237: ; Fix last change
Date: Thu, 3 Dec 2020 13:39:45 -0500 (EST)

branch: master
commit 25df2375dbe8b8da98957876437b9b9a5c56b860
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix last change
    
    * lisp/gnus/nnimap.el (nnimap-split-download-body-default): Declare
    obsolete varalias before its referent.
    (nnimap-split-download-body): Add :version tag.  (Bug#44981)
---
 lisp/gnus/nnimap.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index e7f9451..a860333 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -146,16 +146,17 @@ textual parts.")
   :version "24.4"
   :group 'nnimap)
 
+(define-obsolete-variable-alias
+  'nnimap-split-download-body-default 'nnimap-split-download-body
+  "28.1")
+
 (defcustom nnimap-split-download-body nil
   "If non-nil, make message bodies available for consideration during 
splitting.
 This requires downloading the full message from the IMAP server
 during splitting, which may be slow."
+  :version "28.1"
   :type 'boolean)
 
-(define-obsolete-variable-alias
-  'nnimap-split-download-body-default 'nnimap-split-download-body
-  "28.1")
-
 (defvar nnimap-process nil)
 
 (defvar nnimap-status-string "")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]