emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107843: Tiny url-util.el code clean-


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107843: Tiny url-util.el code clean-up.
Date: Tue, 10 Apr 2012 19:03:34 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107843
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2012-04-10 19:03:34 +0200
message:
  Tiny url-util.el code clean-up.
modified:
  lisp/url/url-util.el
=== modified file 'lisp/url/url-util.el'
--- a/lisp/url/url-util.el      2012-04-10 17:02:04 +0000
+++ b/lisp/url/url-util.el      2012-04-10 17:03:34 +0000
@@ -330,8 +330,7 @@
                     " ")
                    (t (byte-to-string code))))
              str (substring str (match-end 0)))))
-    (setq tmp (concat tmp str))
-    tmp))
+    (concat tmp str)))
 
 (defconst url-unreserved-chars
   '(


reply via email to

[Prev in Thread] Current Thread [Next in Thread]