diff options
| -rw-r--r-- | lisp/wid-edit.el | 6 |
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. |
| 1053 | This is much faster, but doesn't work reliably on Emacs 19.34." | 1053 | This 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. |