]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-use-overlay-change): Uncustomize and make it unconditionally t.
authorDave Love <fx@gnu.org>
Tue, 20 Jul 1999 22:53:17 +0000 (22:53 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jul 1999 22:53:17 +0000 (22:53 +0000)
lisp/wid-edit.el

index 4dbd7e6b08986a8e21681e3b5206ba87b96c8a40..e0e58cb3b57a55e37a2a731dd0db0ef37e7a30c5 100644 (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.