From 776a4bbaf679af41b0154e302877fc2ca406479b Mon Sep 17 00:00:00 2001 From: Joakim Verona Date: Tue, 10 Feb 2015 11:37:47 +0100 Subject: [PATCH] removed the url-tidy call --- lisp/xwidget.el | 1 - 1 file changed, 1 deletion(-) 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)))) -- 2.39.5