diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-22 15:22:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-22 15:22:49 +0000 |
commit | 3284b301183382acc3da8eeb2c9e8b6235631e92 (patch) | |
tree | 6ac972572bcc1cdbde68e4081c7c4fa8b82be20f /lisp/cus-start.el | |
parent | 64f6f48618753d6147a711bf73252227bb19dd3a (diff) | |
download | emacs-3284b301183382acc3da8eeb2c9e8b6235631e92.tar.gz |
(double-click-fuzz): Added.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index be44e53aecf..3a9c9a508c0 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -138,6 +138,7 @@ (polling-period keyboard integer) (double-click-time mouse (restricted-sexp :match-alternatives (integerp 'nil 't))) + (double-click-fuzz mouse integer) (inhibit-local-menu-bar-menus menu boolean) (help-char keyboard character) (help-event-list keyboard (repeat (sexp :format "%v"))) |