diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/net/gnutls.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96f2702f984..3de40545779 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -31,6 +31,8 @@ * frame.el (x-display-grayscale-p, x-display-name): Declare. + * net/gnutls.el (gnutls-log-level): Declare. + * simple.el (font-info): Declare. * subr.el (x-popup-dialog): Declare. 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." (declare-function gnutls-boot "gnutls.c" (proc type proplist)) (declare-function gnutls-errorp "gnutls.c" (error)) +(defvar gnutls-log-level) ; gnutls.c (cl-defun gnutls-negotiate (&rest spec |