From: Glenn Morris Date: Tue, 19 Jan 2016 23:03:37 +0000 (-0500) Subject: * lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec. X-Git-Tag: emacs-25.0.90~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22977b5c51f5c0ffe318fc3cf8a88b7b14983b15;p=emacs.git * lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec. --- 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.