]> code.delx.au - gnu-emacs/commitdiff
* lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec.
authorGlenn Morris <rgm@gnu.org>
Tue, 19 Jan 2016 23:03:37 +0000 (18:03 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 19 Jan 2016 23:03:37 +0000 (18:03 -0500)
lisp/xwidget.el

index 2472c8db93f76f0659a7ae49495169ef5763edb8..17fcf3dae91226b810e4531ce84137ad78ca696d 100644 (file)
@@ -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.