X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnndraft.el;h=f7182a59360ec942c78ef8782400ca5b5f276891;hb=9954729d205c97242f0787c79dc23e7b051a6201;hp=4c7181b1f48f893ecb55f5e5c879c78731377f51;hpb=28e17e69957af33ccd27165fd6bfd5d487ec0a31;p=gnus diff --git a/lisp/nndraft.el b/lisp/nndraft.el index 4c7181b1f..f7182a593 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 Free Software Foundation, Inc. +;; 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) @@ -125,7 +128,7 @@ "Request a new buffer that is restored to the state of ARTICLE." (nndraft-possibly-change-group group) (when (nndraft-request-article article group server (current-buffer)) - (message-remove-header "xrefs") + (message-remove-header "xref") (message-remove-header "lines") (let ((gnus-verbose-backends nil)) (nndraft-request-expire-articles (list article) group server t))