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:
commit
e0bdf9594f
7 changed files with 331 additions and 300 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue