]> git.eshelyaron.com Git - emacs.git/commitdiff
removed the url-tidy call
authorJoakim Verona <joakim@verona.se>
Tue, 10 Feb 2015 10:37:47 +0000 (11:37 +0100)
committerJoakim Verona <joakim@verona.se>
Tue, 10 Feb 2015 10:37:47 +0000 (11:37 +0100)
lisp/xwidget.el

index d2da42728db2672a4687fa3e2a7025280e344c47..286b96a0bde33f36ff9064bab7b7ee9ff8d5f42a 100644 (file)
@@ -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))))