]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 3 Dec 2020 18:36:42 +0000 (18:36 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 3 Dec 2020 18:38:52 +0000 (18:38 +0000)
* 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

index e7f94519866e20b5ab60668271e21d0d4de9ddc0..a8603330662d6e452e7d77f82f7b5bc2063bb6c4 100644 (file)
@@ -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 "")