all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.
       [not found] ` <E1XtD9M-0004gs-9Z@vcs.savannah.gnu.org>
@ 2014-11-25 14:55   ` Stefan Monnier
  2014-11-25 15:18     ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2014-11-25 14:55 UTC (permalink / raw)
  To: emacs-devel

> -  if (XPROCESS (proc)->gnutls_p == 0)
> +  if ( GNUTLS_INITSTAGE (proc) < GNUTLS_STAGE_INIT )

Nitpick for next time: our convention is to put spaces outside parens,
but not inside them.


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2014-11-25 15:18 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-25 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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

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.