[gnus git] branch master updated: m0-3-154-g8c7685e =1= nndraft.el (nndraft-request-list): Fix declaration
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8c7685ebad5b6b9cb89a3029c11c21991b81b6b5 (commit)
from 5a8349de70b340a0cb616ee42e546fc7c316c332 (commit)
- Log -----------------------------------------------------------------
commit 8c7685ebad5b6b9cb89a3029c11c21991b81b6b5
Author: Glenn Morris <[email protected]>
Date: Mon Apr 16 22:03:22 2012 +0000
nndraft.el (nndraft-request-list): Fix declaration
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a825ab6..30d04c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-16 Glenn Morris <[email protected]>
+
+ * nndraft.el (nndraft-request-list): Fix declaration.
+
2012-04-12 Lars Magne Ingebrigtsen <[email protected]>
* mm-decode.el (mm-dissect-buffer): Doc fix.
diff --git a/lisp/nndraft.el b/lisp/nndraft.el
index 1800d0c..da50720 100644
--- a/lisp/nndraft.el
+++ b/lisp/nndraft.el
@@ -37,7 +37,8 @@
(require 'mm-util)
(eval-when-compile (require 'cl))
-(declare-function nndraft-request-list "nnmh" (&rest args))
+;; The nnoo-import at the end, I think.
+(declare-function nndraft-request-list "nndraft" (&rest args) t)
(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 | 4 ++++
lisp/nndraft.el | 3 ++-
2 files changed, 6 insertions(+), 1 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