From 811e4d48597800610d89c271263f97267801933c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 19 Apr 2018 21:18:24 -0400 Subject: [PATCH] * lisp/url/url-util.el (puny-encode-domain): Autoload it. --- lisp/url/url-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index b2064484809..51c56249697 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el @@ -627,6 +627,7 @@ Creates FILE and its parent directories if they do not exist." (error "Danger: `%s' is a symbolic link" file)) (set-file-modes file #o0600)))) +(autoload 'puny-encode-domain "puny") (autoload 'dns-query "dns") (defvar url--domain-cache (make-hash-table :test 'equal :size 17) -- 2.11.4.GIT