1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

merge upstream

This commit is contained in:
Joakim Verona 2011-07-20 12:50:40 +02:00
commit e0bdf9594f
7 changed files with 331 additions and 300 deletions

View file

@ -131,8 +131,11 @@ defaults to the string looking like a url around the cursor position."
(defun xwidget-webkit-back ()
(interactive)
(xwidget-webkit-execute-script ( xwidget-webkit-last-session) "history.go(-1);")
)
(xwidget-webkit-execute-script ( xwidget-webkit-last-session) "history.go(-1);"))
(defun xwidget-webkit-reload ()
(interactive)
(xwidget-webkit-execute-script ( xwidget-webkit-last-session) "reload();"))
(defun xwidget-current-url ()
"get the webkit url"