diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-24 19:18:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-24 19:18:52 +0000 |
commit | 6e8a6445b1e0d8a88edf126607b8d38c2c72c07f (patch) | |
tree | 33272b22c94ba32c2d447cbc1f0f91186478def0 /lisp/cus-start.el | |
parent | eac9c508398bc8c0ed0bf4046b81de5ea3135226 (diff) | |
download | emacs-6e8a6445b1e0d8a88edf126607b8d38c2c72c07f.tar.gz |
(track-mouse): Don't customize it.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index c94e1550520..00fe7e8c9be 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -114,7 +114,6 @@ (help-char keyboard character) (help-event-list keyboard (repeat (sexp :format "%v"))) (menu-prompting menu boolean) - (track-mouse mouse boolean) (suggest-key-bindings keyboard (choice (const :tag "off" nil) (integer :tag "time" 2) (sexp :tag "on" |