]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/gnus/spam.el (spam-setup-widening): Silence byte-compiler.
authorStefan Kangas <stefan@marxist.se>
Sun, 6 Dec 2020 09:06:33 +0000 (10:06 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 6 Dec 2020 09:06:33 +0000 (10:06 +0100)
lisp/gnus/spam.el

index 96a7da2313c6d676cdb985639c7d7c7b49439331..27e559d383a6cea074beaba0e621b6976738a981 100644 (file)
@@ -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)