Use unhex URLs in the header patch_multiple_buffers2
authorAlex Schroeder <alex@gnu.org>
Thu, 30 Jul 2020 11:16:56 +0000 (13:16 +0200)
committerAlex Schroeder <alex@gnu.org>
Thu, 29 Oct 2020 10:51:30 +0000 (11:51 +0100)
commit722dc55de310f23c38f0baefd6a8d5d7cf28477b
treed0afd4f423d166d9434ff9720b1c154be48307e8
parentefc8842a4afee1a45439eb2458a4694a008e644e
Use unhex URLs in the header

If we don't use url-unhex-string on the header, we're going to end up
with URL's containing percent escaped stuff like The%20Word, and in
header lines (as in mode lines) the percent gets replaced by stuff.
Thus, in these cases my header line used to look terrible as random
stuff would get inserted.
elpher.el