From: Lars Magne Ingebrigtsen Date: Sat, 9 Oct 2010 14:31:56 +0000 (+0200) Subject: Don't use foo() to talk about functions. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bda6d2bd8f5c241adf8c76278b09663e873285aa;p=emacs.git Don't use foo() to talk about functions. --- 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