Mercurial > emacs
changeset 24978:ba243531aa37
(widget-use-overlay-change): Uncustomize and make it unconditionally t.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 20 Jul 1999 22:53:17 +0000 |
parents | 35dbf8bf3588 |
children | 1a697e2604c3 |
files | lisp/wid-edit.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/wid-edit.el Tue Jul 20 22:34:43 1999 +0000 +++ b/lisp/wid-edit.el Tue Jul 20 22:53:17 1999 +0000 @@ -1048,11 +1048,9 @@ 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.