From bda6d2bd8f5c241adf8c76278b09663e873285aa Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 9 Oct 2010 16:31:56 +0200 Subject: [PATCH] Don't use foo() to talk about functions. --- src/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index dc80a88def3..f2e6297ae22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,9 @@ 2010-10-09 Lars Magne Ingebrigtsen * gnutls.c (syms_of_gnutls): All the bootprops are keywords. - (emacs_gnutls_write): Remove the debuggin fsync() call. + (emacs_gnutls_write): Remove the debuggin fsync call. (emacs_gnutls_read): Return -1 if we got an error from - gnutls_read(). This allows us to actually read lots of data from + gnutls_read. This allows us to actually read lots of data from the GnuTLS stream. (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR. According to the documentation, this is correct, and it seems to -- 2.39.5