emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 22977b5 1/2: * lisp/xwidget.el (xwidget-webkit-sc


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 22977b5 1/2: * lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec.
Date: Tue, 19 Jan 2016 23:07:29 +0000

branch: emacs-25
commit 22977b5c51f5c0ffe318fc3cf8a88b7b14983b15
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec.
---
 lisp/xwidget.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 2472c8d..17fcf3d 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]