From: Stefan Monnier Date: Thu, 30 Sep 2010 08:32:51 +0000 (+0000) Subject: nnmail.el (group, group-art-list, group-art): Remove unneeded directives. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=7ade2523e5b8e58004da160307e9930c3cf72a91 nnmail.el (group, group-art-list, group-art): Remove unneeded directives. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6594a1a8..251bc7fc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -44,6 +44,11 @@ * nndraft.el (nndraft-request-expire-articles): Use the group name instead if "nndraft". Fix found by Nils Ackermann. +2010-09-29 Stefan Monnier + + * nnmail.el (group, group-art-list, group-art): + Remove unneeded directives. + 2010-09-29 Katsumi Yamaoka * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist) diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 462cb8aa1..23cb604d5 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1611,10 +1611,6 @@ See the documentation for the variable `nnmail-split-fancy' for details." (setq nnmail-cache-buffer nil) (gnus-kill-buffer (current-buffer))))) -;; Compiler directives. -(defvar group) -(defvar group-art-list) -(defvar group-art) (defun nnmail-cache-insert (id grp &optional subject sender) (when (stringp id) ;; this will handle cases like `B r' where the group is nil