]> git.eshelyaron.com Git - emacs.git/commit
Make url-hexify-string accept a list of allowed chars (bug#26469)
authorHong Xu <hong@topbug.net>
Mon, 14 Oct 2019 04:46:47 +0000 (06:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 04:46:47 +0000 (06:46 +0200)
commit9aa13cd4beccfe41e8f4930cb029bd60e7788e93
tree93968ba332ad4623b8251d081175641f7146c1dc
parent8aeba640460adbad283d4a18f91cce8e0364c40d
Make url-hexify-string accept a list of allowed chars (bug#26469)

* lisp/url/url-util.el (url-hexify-string): Accept a list of allowed
chars.
* doc/misc/url.texi (URI Encoding): Update url-hexify-string doc and
index improvements (bug#24694).
doc/misc/url.texi
lisp/url/url-util.el