summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2018-04-13 16:39:17 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2018-04-13 16:39:17 +0200
commita53bac31426397fcf9e1a52fecb9a1e281492867 (patch)
tree360a9866c2ceae2d4e552d9f6e874ca8617aa32d /lisp/net/gnutls.el
parent4a6302330384ad89bcfccce6b563eb5462b753a9 (diff)
downloademacs-a53bac31426397fcf9e1a52fecb9a1e281492867.tar.gz
gnutls.el now needs punycode
* lisp/net/gnutls.el (puny): Require punycode.
Diffstat (limited to 'lisp/net/gnutls.el')
-rw-r--r--lisp/net/gnutls.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index cea6c25112e..09df019e2ec 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -36,6 +36,7 @@
;;; Code:
(require 'cl-lib)
+(require 'puny)
(defgroup gnutls nil
"Emacs interface to the GnuTLS library."