aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/gnutls.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index 37755806616..923b108c708 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -115,6 +115,7 @@ trust and key files, and priority string."
115 115
116(declare-function gnutls-boot "gnutls.c" (proc type proplist)) 116(declare-function gnutls-boot "gnutls.c" (proc type proplist))
117(declare-function gnutls-errorp "gnutls.c" (error)) 117(declare-function gnutls-errorp "gnutls.c" (error))
118(defvar gnutls-log-level) ; gnutls.c
118 119
119(cl-defun gnutls-negotiate 120(cl-defun gnutls-negotiate
120 (&rest spec 121 (&rest spec