* lisp/url/url-util.el (puny-encode-domain): Autoload it.
This commit is contained in:
parent
721508eafc
commit
811e4d4859
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue