diff options
| author | Lars Magne Ingebrigtsen | 2012-04-10 19:03:34 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2012-04-10 19:03:34 +0200 |
| commit | d3f7611b031c5872a0f7b3db233f3d7e62b966d9 (patch) | |
| tree | 0155d74c4f2a634a07a9fee45b0e8e6649df40e8 | |
| parent | 8d8d31f91ea20465687d6b2a4e54cf5a971518c9 (diff) | |
| download | emacs-d3f7611b031c5872a0f7b3db233f3d7e62b966d9.tar.gz emacs-d3f7611b031c5872a0f7b3db233f3d7e62b966d9.zip | |
Tiny url-util.el code clean-up.
| -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." | |||
| 330 | " ") | 330 | " ") |
| 331 | (t (byte-to-string code)))) | 331 | (t (byte-to-string code)))) |
| 332 | str (substring str (match-end 0))))) | 332 | str (substring str (match-end 0))))) |
| 333 | (setq tmp (concat tmp str)) | 333 | (concat tmp str))) |
| 334 | tmp)) | ||
| 335 | 334 | ||
| 336 | (defconst url-unreserved-chars | 335 | (defconst url-unreserved-chars |
| 337 | '( | 336 | '( |