From: Juanma Barranquero <lekktu@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Fgnutls_available_p: Avoid duplicating capabilities.
Date: Thu, 3 Nov 2022 04:44:21 +0100 [thread overview]
Message-ID: <CAAeL0SSXUOsVjdic=L=Cw+qO2CHQXRdvKUtbePCMbTs6LcKq8Q@mail.gmail.com> (raw)
In-Reply-To: <CAAeL0SQz3XgNALigOjzwBXN4SxhKSTXzGg-uQiNLy0LRufPcPA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 329 bytes --]
Obviously, this bit in the last patch:
+ if (NILP (Fmemq (cap, capabilities)))
+ capabilities = Fcons (intern(name), capabilities);
was meant to be
+ if (NILP (Fmemq (cap, capabilities)))
+ capabilities = Fcons (cap, capabilities);
Note to self: DO NOT try to make patches at 4:40am.
[-- Attachment #2: Type: text/html, Size: 775 bytes --]
next prev parent reply other threads:[~2022-11-03 3:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-03 3:21 Fgnutls_available_p: Avoid duplicating capabilities Juanma Barranquero
2022-11-03 3:31 ` Juanma Barranquero
2022-11-03 3:44 ` Juanma Barranquero [this message]
2022-11-03 8:05 ` Eli Zaretskii
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='CAAeL0SSXUOsVjdic=L=Cw+qO2CHQXRdvKUtbePCMbTs6LcKq8Q@mail.gmail.com' \
--to=lekktu@gmail.com \
--cc=emacs-devel@gnu.org \
/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.