aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-07-20 22:53:17 +0000
committerDave Love1999-07-20 22:53:17 +0000
commit35194e3f1a22aeaebb7df69fef1de2a5cf9c1064 (patch)
tree32a516b9b58900b238c21fc6f946a98b39e9cce7
parent071b0719a092ea1af61a5c9f33007778b784cdc7 (diff)
downloademacs-35194e3f1a22aeaebb7df69fef1de2a5cf9c1064.tar.gz
emacs-35194e3f1a22aeaebb7df69fef1de2a5cf9c1064.zip
(widget-use-overlay-change): Uncustomize and make it unconditionally t.
-rw-r--r--lisp/wid-edit.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 4dbd7e6b089..e0e58cb3b57 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -1048,11 +1048,9 @@ POS defaults to the value of (point)."
1048 widget)) 1048 widget))
1049 nil))) 1049 nil)))
1050 1050
1051(defcustom widget-use-overlay-change (string-match "XEmacs" emacs-version) 1051(defvar widget-use-overlay-change t
1052 "If non-nil, use overlay change functions to tab around in the buffer. 1052 "If non-nil, use overlay change functions to tab around in the buffer.
1053This is much faster, but doesn't work reliably on Emacs 19.34." 1053This is much faster, but doesn't work reliably on Emacs 19.34.")
1054 :type 'boolean
1055 :group 'widgets)
1056 1054
1057(defun widget-move (arg) 1055(defun widget-move (arg)
1058 "Move point to the ARG next field or button. 1056 "Move point to the ARG next field or button.