projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5eb04
)
* lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec.
author
Glenn Morris
<rgm@gnu.org>
Tue, 19 Jan 2016 23:03:37 +0000
(18:03 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 19 Jan 2016 23:03:37 +0000
(18:03 -0500)
lisp/xwidget.el
patch
|
blob
|
history
diff --git
a/lisp/xwidget.el
b/lisp/xwidget.el
index 2472c8db93f76f0659a7ae49495169ef5763edb8..17fcf3dae91226b810e4531ce84137ad78ca696d 100644
(file)
--- 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.