diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-04-10 19:03:34 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-04-10 19:03:34 +0200 |
commit | d3f7611b031c5872a0f7b3db233f3d7e62b966d9 (patch) | |
tree | 0155d74c4f2a634a07a9fee45b0e8e6649df40e8 /lisp/url/url-util.el | |
parent | 8d8d31f91ea20465687d6b2a4e54cf5a971518c9 (diff) | |
download | emacs-d3f7611b031c5872a0f7b3db233f3d7e62b966d9.tar.gz emacs-d3f7611b031c5872a0f7b3db233f3d7e62b966d9.tar.bz2 emacs-d3f7611b031c5872a0f7b3db233f3d7e62b966d9.zip |
Tiny url-util.el code clean-up.
Diffstat (limited to 'lisp/url/url-util.el')
-rw-r--r-- | lisp/url/url-util.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 848eb66e54b..d12bd5447fa 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el @@ -330,8 +330,7 @@ forbidden in URL encoding." " ") (t (byte-to-string code)))) str (substring str (match-end 0))))) - (setq tmp (concat tmp str)) - tmp)) + (concat tmp str))) (defconst url-unreserved-chars '( |