emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107843: Tiny url-util.el code clean-up.
Date: Fri, 02 Nov 2012 01:46:24 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
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]