* lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.

This commit is contained in:
Glenn Morris 2012-04-16 15:09:19 -04:00
parent 175c5e4861
commit 5261b92ebe
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-04-16 Glenn Morris <rgm@gnu.org>
* nndraft.el (nndraft-request-list): Fix declaration.
2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we

View file

@ -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)