From: Glenn Morris Date: Mon, 16 Apr 2012 22:03:22 +0000 (+0000) Subject: nndraft.el (nndraft-request-list): Fix declaration X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=8c7685ebad5b6b9cb89a3029c11c21991b81b6b5 nndraft.el (nndraft-request-list): Fix declaration --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a825ab656..30d04c56a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-16 Glenn Morris + + * nndraft.el (nndraft-request-list): Fix declaration. + 2012-04-12 Lars Magne Ingebrigtsen * mm-decode.el (mm-dissect-buffer): Doc fix. diff --git a/lisp/nndraft.el b/lisp/nndraft.el index 1800d0c02..da50720eb 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)