From: Paul Eggert Date: Sun, 15 Dec 2013 04:42:23 +0000 (-0800) Subject: Add ChangeLog entry for previous checkin of gnutls.c. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27c1b043848ddf2db6146682fb2479d7da36cd34;p=emacs.git Add ChangeLog entry for previous checkin of gnutls.c. This entry was inadvertantly omitted. --- diff --git a/src/ChangeLog b/src/ChangeLog index ebf715e9374..2372e975895 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-12-15 Paul Eggert + + * gnutls.c (Fgnutls_boot): Fix typo; "!" applied to a Lisp_Object. + Don't worry about verify_error being t, since it has to be a list. + 2013-12-14 Paul Eggert Use bool for boolean, focusing on headers.