1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

gnutls.el now needs punycode

* lisp/net/gnutls.el (puny): Require punycode.
This commit is contained in:
Lars Ingebrigtsen 2018-04-13 16:39:17 +02:00
parent 4a63023303
commit a53bac3142

View file

@ -36,6 +36,7 @@
;;; Code:
(require 'cl-lib)
(require 'puny)
(defgroup gnutls nil
"Emacs interface to the GnuTLS library."