diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/xwidget.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el index b4308008939..22d80405869 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el | |||
| @@ -282,7 +282,7 @@ Argument H height." | |||
| 282 | (interactive) | 282 | (interactive) |
| 283 | (xwidget-webkit-execute-script ( xwidget-webkit-current-session) "history.go(0);")) | 283 | (xwidget-webkit-execute-script ( xwidget-webkit-current-session) "history.go(0);")) |
| 284 | 284 | ||
| 285 | (defun xwidget-webit-current-url () | 285 | (defun xwidget-webkit-current-url () |
| 286 | "Get the webkit url. place it on kill ring." | 286 | "Get the webkit url. place it on kill ring." |
| 287 | (interactive) | 287 | (interactive) |
| 288 | ;;notice the fugly "title" hack. it is needed because the webkit api doesnt support returning values. | 288 | ;;notice the fugly "title" hack. it is needed because the webkit api doesnt support returning values. |