From: Joakim Verona Date: Tue, 10 Feb 2015 10:37:47 +0000 (+0100) Subject: removed the url-tidy call X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=776a4bbaf679af41b0154e302877fc2ca406479b;p=emacs.git removed the url-tidy call --- diff --git a/lisp/xwidget.el b/lisp/xwidget.el index d2da42728db..286b96a0bde 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -94,7 +94,6 @@ defaults to the string looking like a url around the cursor position." ;;( xwidget-webkit-current-url) ))) (when (stringp url) - (setq url (url-tidy url)) (if new-session (xwidget-webkit-new-session url) (xwidget-webkit-goto-url url))))