summaryrefslogtreecommitdiff
path: root/lisp/xwidget.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/xwidget.el')
-rw-r--r--lisp/xwidget.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index c8a70898787..c0e677a194f 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -190,7 +190,10 @@ in `split-window-right' with a new xwidget webkit session."
:active t
:style toggle
:selected xwidget-webkit-edit-mode
- :help "Send self inserting characters to the WebKit widget"]))
+ :help "Send self inserting characters to the WebKit widget"]
+ ["Save Selection" xwidget-webkit-copy-selection-as-kill
+ :active t
+ :help "Save the browser's selection in the kill ring"]))
(defvar xwidget-webkit-tool-bar-map
(let ((map (make-sparse-keymap)))