(widget-use-overlay-change): Uncustomize and make it unconditionally t.

This commit is contained in:
Dave Love 1999-07-20 22:53:17 +00:00
parent 071b0719a0
commit 35194e3f1a

View file

@ -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.