From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.
Date: Tue, 25 Nov 2014 10:18:24 -0500 [thread overview]
Message-ID: <87lhmze2bj.fsf@lifelogs.com> (raw)
In-Reply-To: jwvlhmznxd8.fsf-monnier+emacsdiffs@gnu.org
On Tue, 25 Nov 2014 09:55:58 -0500 Stefan Monnier <monnier@IRO.UMontreal.CA> wrote:
>> - if (XPROCESS (proc)->gnutls_p == 0)
>> + if ( GNUTLS_INITSTAGE (proc) < GNUTLS_STAGE_INIT )
SM> Nitpick for next time: our convention is to put spaces outside parens,
SM> but not inside them.
Sorry. Rust.
Ted
prev parent reply other threads:[~2014-11-25 15:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20141125101512.17663.45734@vcs.savannah.gnu.org>
[not found] ` <E1XtD9M-0004gs-9Z@vcs.savannah.gnu.org>
2014-11-25 14:55 ` [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p Stefan Monnier
2014-11-25 15:18 ` Ted Zlatanov [this message]
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=87lhmze2bj.fsf@lifelogs.com \
--to=tzz@lifelogs.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.