emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp 776a4bb: removed the url-tidy call


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp 776a4bb: removed the url-tidy call
Date: Tue, 10 Feb 2015 10:38:05 +0000

branch: xwidget_mvp
commit 776a4bbaf679af41b0154e302877fc2ca406479b
Author: Joakim Verona <address@hidden>
Commit: Joakim Verona <address@hidden>

    removed the url-tidy call
---
 lisp/xwidget.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index d2da427..286b96a 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]