X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fnndraft.el;h=f7182a59360ec942c78ef8782400ca5b5f276891;hb=ffc1044ac34848d3054ffccee9d91b5befeda865;hp=6bbd1fb54c028a2e313ab078b397c2457cebe575;hpb=c588578fe1ae36c6d95f370b41a4d99c3e57e222;p=elisp%2Fgnus.git- diff --git a/lisp/nndraft.el b/lisp/nndraft.el index 6bbd1fb..f7182a5 100644 --- a/lisp/nndraft.el +++ b/lisp/nndraft.el @@ -1,7 +1,7 @@ ;;; nndraft.el --- draft article access for Gnus ;; Copyright (C) 1995,96,97,98 Free Software Foundation, Inc. -;; Author: Lars Magne Ingebrigtsen +;; Author: Lars Magne Ingebrigtsen ;; Keywords: news ;; This file is part of GNU Emacs. @@ -30,7 +30,10 @@ (require 'gnus-start) (require 'nnmh) (require 'nnoo) -(eval-when-compile (require 'cl)) +(eval-when-compile + (require 'cl) + ;; This is just to shut up the byte-compiler. + (fset 'nndraft-request-group 'ignore)) (nnoo-declare nndraft nnmh)