From d3f7611b031c5872a0f7b3db233f3d7e62b966d9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 10 Apr 2012 19:03:34 +0200 Subject: [PATCH] Tiny url-util.el code clean-up. --- lisp/url/url-util.el | 3 +-- 1 file changed, 1 insertion(+), 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 '( -- 2.39.2