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:
parent
4a63023303
commit
a53bac3142
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'puny)
|
||||
|
||||
(defgroup gnutls nil
|
||||
"Emacs interface to the GnuTLS library."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue