(widget-use-overlay-change): Uncustomize and make it unconditionally t.
This commit is contained in:
parent
071b0719a0
commit
35194e3f1a
1 changed files with 2 additions and 4 deletions
|
@ -1048,11 +1048,9 @@ POS defaults to the value of (point)."
|
|||
widget))
|
||||
nil)))
|
||||
|
||||
(defcustom widget-use-overlay-change (string-match "XEmacs" emacs-version)
|
||||
(defvar widget-use-overlay-change t
|
||||
"If non-nil, use overlay change functions to tab around in the buffer.
|
||||
This is much faster, but doesn't work reliably on Emacs 19.34."
|
||||
:type 'boolean
|
||||
:group 'widgets)
|
||||
This is much faster, but doesn't work reliably on Emacs 19.34.")
|
||||
|
||||
(defun widget-move (arg)
|
||||
"Move point to the ARG next field or button.
|
||||
|
|
Loading…
Add table
Reference in a new issue