emacs-diffs
[Top][All Lists]
Advanced

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

master ba02ac8 4/4: ; * lisp/gnus/spam.el (spam-setup-widening): Silence


From: Stefan Kangas
Subject: master ba02ac8 4/4: ; * lisp/gnus/spam.el (spam-setup-widening): Silence byte-compiler.
Date: Sun, 6 Dec 2020 04:20:49 -0500 (EST)

branch: master
commit ba02ac89e6c69f220f15ef967500378cd1ded683
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/gnus/spam.el (spam-setup-widening): Silence byte-compiler.
---
 lisp/gnus/spam.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el
index 96a7da2..27e559d 100644
--- a/lisp/gnus/spam.el
+++ b/lisp/gnus/spam.el
@@ -46,7 +46,7 @@
 
 (eval-when-compile (require 'hashcash))
 
-;; for nnimap-split-download-body-default
+;; for nnimap-split-download-body
 (eval-when-compile (require 'nnimap))
 
 (eval-when-compile (require 'cl-lib))
@@ -1231,7 +1231,7 @@ Will not return a nil score."
 ;;; set up IMAP widening if it's necessary
 (defun spam-setup-widening ()
   (when (spam-widening-needed-p)
-    (setq nnimap-split-download-body-default t)))
+    (setq nnimap-split-download-body t)))
 
 (defun spam-widening-needed-p (&optional force-symbols)
   (let (found)



reply via email to

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