aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-12-12 11:19:59 +0200
committerEli Zaretskii2014-12-12 11:19:59 +0200
commit16d4c1cdc80528ae996a27deedbd88e79bc502b2 (patch)
tree01fa12cb3af0e43c337c9656adbdda2a5eaaaec5 /src/ChangeLog
parent82ec808f0a0f4ddcf53b663c1ad7cee26814635c (diff)
downloademacs-16d4c1cdc80528ae996a27deedbd88e79bc502b2.tar.gz
emacs-16d4c1cdc80528ae996a27deedbd88e79bc502b2.zip
A better fix for bug#19346
src/gnutls.c (Fgnutls_available_p, syms_of_gnutls): Move gnutls-available-p out of the HAVE_GNUTLS conditional, and define them only once.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 90139535e30..f8790a66d32 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-12-12 Eli Zaretskii <eliz@gnu.org>
2
3 * gnutls.c (Fgnutls_available_p, syms_of_gnutls): Move
4 gnutls-available-p out of the HAVE_GNUTLS conditional, and define
5 them only once.
6
12014-12-11 Teodor Zlatanov <tzz@lifelogs.com> 72014-12-11 Teodor Zlatanov <tzz@lifelogs.com>
2 8
3 * emacs.c (main): Always include gnutls.h and run syms_of_gnutls. 9 * emacs.c (main): Always include gnutls.h and run syms_of_gnutls.