From 22977b5c51f5c0ffe318fc3cf8a88b7b14983b15 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 19 Jan 2016 18:03:37 -0500 Subject: [PATCH] * lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec. --- lisp/xwidget.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 2472c8db93f..17fcf3dae91 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -36,7 +36,9 @@ (defcustom xwidget-webkit-scroll-behaviour 'native "Scroll behaviour of the webkit instance. 'native or 'image." - :group 'xwidgets) + :version "25.1" + :group 'frames ; TODO add xwidgets group if more options are added + :type '(choice (const native) (const image))) (defun xwidget-insert (pos type title width height &optional args) "Insert an xwidget at POS. -- 2.39.2