diff options
author | Joakim Verona <joakim@verona.se> | 2011-08-23 13:26:04 +0200 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2011-08-23 13:26:04 +0200 |
commit | 91a91767a52dccd75bfb3fee1f4e2c75c5e475f9 (patch) | |
tree | 851a295531ba9cafe57176575badfee442855ed9 /lisp/xwidget.el | |
parent | f8012bc3ef48dd207da5b517fd22b4ac241e88bb (diff) | |
download | emacs-91a91767a52dccd75bfb3fee1f4e2c75c5e475f9.tar.gz |
typo
Diffstat (limited to 'lisp/xwidget.el')
-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." (interactive) (xwidget-webkit-execute-script ( xwidget-webkit-current-session) "history.go(0);")) -(defun xwidget-webit-current-url () +(defun xwidget-webkit-current-url () "Get the webkit url. place it on kill ring." (interactive) ;;notice the fugly "title" hack. it is needed because the webkit api doesnt support returning values. |