diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mouse.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 6a2b1738f71..11014fa1c5f 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -3103,6 +3103,9 @@ is copied instead of being cut." | |||
| 3103 | ;; tooltip. | 3103 | ;; tooltip. |
| 3104 | (mouse-fine-grained-tracking t) | 3104 | (mouse-fine-grained-tracking t) |
| 3105 | (was-tooltip-mode tooltip-mode) | 3105 | (was-tooltip-mode tooltip-mode) |
| 3106 | ;; System tooltips tend to flicker and in general work | ||
| 3107 | ;; incorrectly. | ||
| 3108 | (use-system-tooltips nil) | ||
| 3106 | ;; Whether or not some text was ``cut'' from Emacs to another | 3109 | ;; Whether or not some text was ``cut'' from Emacs to another |
| 3107 | ;; program and the cleaanup code should not try modifying the | 3110 | ;; program and the cleaanup code should not try modifying the |
| 3108 | ;; region. | 3111 | ;; region. |