emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101873: Don't use foo() to talk abou


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101873: Don't use foo() to talk about functions.
Date: Sat, 09 Oct 2010 16:31:56 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101873
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-09 16:31:56 +0200
message:
  Don't use foo() to talk about functions.
modified:
  src/ChangeLog
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-09 13:54:57 +0000
+++ b/src/ChangeLog     2010-10-09 14:31:56 +0000
@@ -1,9 +1,9 @@
 2010-10-09  Lars Magne Ingebrigtsen  <address@hidden>
 
        * 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]