* lisp/url-url-parse.el (url-generic-parse-url): Unquote macro URL argument.
This commit is contained in:
parent
b9a6314914
commit
6e6c088153
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ parses to
|
|||
fragment nil full))))))
|
||||
|
||||
(defmacro url-bit-for-url (method lookfor url)
|
||||
`(let* ((urlobj (url-generic-parse-url url))
|
||||
`(let* ((urlobj (url-generic-parse-url ,url))
|
||||
(bit (funcall ,method urlobj))
|
||||
(methods (list 'url-recreate-url
|
||||
'url-host))
|
||||
|
|
Loading…
Add table
Reference in a new issue