[gnus git] branch master updated: n0-17-158-gbe619fa =1= nndraft.el: Require gnus-group. (nndraft-request-list): Declare.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via be619fa8d4db5f7822600009b1558eb70d5c0742 (commit)
from 785434c47d6a557d61e7c5f698357dd17f481b25 (commit)
- Log -----------------------------------------------------------------
commit be619fa8d4db5f7822600009b1558eb70d5c0742
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Jul 4 06:39:50 2011 +0000
nndraft.el: Require gnus-group.
(nndraft-request-list): Declare.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd702de..7e68e2b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-07-04 Katsumi Yamaoka <[email protected]>
+ * nndraft.el: Require gnus-group.
+ (nndraft-request-list): Declare.
+
* nndraft.el (nndraft-update-unread-articles): Don't show group having
no unread article unless it matches gnus-permanently-visible-groups.
diff --git a/lisp/nndraft.el b/lisp/nndraft.el
index 459778b..f528222 100644
--- a/lisp/nndraft.el
+++ b/lisp/nndraft.el
@@ -24,14 +24,21 @@
;;; Code:
+;; For Emacs <22.2 and XEmacs.
+(eval-and-compile
+ (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
+
(require 'nnheader)
(require 'nnmail)
(require 'gnus-start)
+(require 'gnus-group)
(require 'nnmh)
(require 'nnoo)
(require 'mm-util)
(eval-when-compile (require 'cl))
+(declare-function nndraft-request-list "nnmh" (&rest args))
+
(nnoo-declare nndraft
nnmh)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +++
lisp/nndraft.el | 7 +++++++
2 files changed, 10 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project