mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
gnutls.el now needs punycode
* lisp/net/gnutls.el (puny): Require punycode.
This commit is contained in:
parent
4a63023303
commit
a53bac3142
@ -36,6 +36,7 @@
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'puny)
|
||||
|
||||
(defgroup gnutls nil
|
||||
"Emacs interface to the GnuTLS library."
|
||||
|
Loading…
Reference in New Issue
Block a user