* lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:09:19 +0000 (15:09 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:09:19 +0000 (15:09 -0400)
lisp/gnus/ChangeLog
lisp/gnus/nndraft.el

index 23e800e..52f140d 100644 (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
index 1800d0c..da50720 100644 (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)