mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* net/gnutls.el (gnutls-log-level): Declare.
This commit is contained in:
parent
5148da153e
commit
ffb82dbda3
2 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue