* net/browse-url.el (browse-url-encode-url): Don't escape commas.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 2 Jan 2010 20:14:54 +0000 (15:14 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 2 Jan 2010 20:14:54 +0000 (15:14 -0500)
commitda76998b6863a34fc3f81765bd706a08256b9af7
treef7092e8608c961add23ea36dfdef2f028cb099d9
parentb2ad70b67bb8760a53192322a351b3c8d7376c64
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
They are valid characters in URL paths (rfc3986), and at least
Firefox does not understand the encoded version (Bug#3166).
lisp/ChangeLog
lisp/net/browse-url.el