all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Cc: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: master 6daa695: * lisp/gnus/gnus-art.el: Use mail-header-p
Date: Wed, 29 May 2019 09:57:39 +0200	[thread overview]
Message-ID: <m2imttk80c.fsf@gmail.com> (raw)
In-Reply-To: <20190528191049.63CE3209A7@vcs0.savannah.gnu.org> (Stefan Monnier's message of "Tue, 28 May 2019 15:10:48 -0400 (EDT)")

>>>>> On Tue, 28 May 2019 15:10:48 -0400 (EDT), monnier@iro.umontreal.ca (Stefan Monnier) said:

    Stefan> branch: master
    Stefan> commit 6daa69576af6a702b8cf3d57b4831a117b4bc311
    Stefan> Author: Stefan Monnier <monnier@iro.umontreal.ca>
    Stefan> Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Stefan>     * lisp/gnus/gnus-art.el: Use mail-header-p

I guess that needs something like the following (untested) as well.

diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el
index 6ef324ae91..981853fd97 100644
--- a/lisp/gnus/nnheader.el
+++ b/lisp/gnus/nnheader.el
@@ -135,7 +135,6 @@ nnheader-directory-separator-character
 ;; (That next-to-last entry is defined as "misc" in the NOV format,
 ;; but Gnus uses it for xrefs.)
 
-(defalias 'mail-header-p #'vectorp)     ;For lack of tag, it's all we have.
 (cl-defstruct (mail-header
                (:type vector)
                (:constructor nil)



       reply	other threads:[~2019-05-29  7:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190528191047.3260.4480@vcs0.savannah.gnu.org>
     [not found] ` <20190528191049.63CE3209A7@vcs0.savannah.gnu.org>
2019-05-29  7:57   ` Robert Pluim [this message]
2019-05-29  9:10     ` master 6daa695: * lisp/gnus/gnus-art.el: Use mail-header-p Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2imttk80c.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.