summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-06-09 11:38:08 +0300
committerEli Zaretskii <eliz@gnu.org>2022-06-09 11:38:08 +0300
commit7e5aab18dd427dee61fd924c16719aea5ce623a7 (patch)
treef6e85bf549d1c18fc6ef096a221a1019650c0d1d /lisp/mouse.el
parentb2eb627c0db2b157fb43e8d2d40b5b2c1dd436f7 (diff)
parente7ac2ac4e07d3fd6fee4a74a9cfc5bac9310fc18 (diff)
downloademacs-7e5aab18dd427dee61fd924c16719aea5ce623a7.tar.gz
emacs-7e5aab18dd427dee61fd924c16719aea5ce623a7.tar.bz2
emacs-7e5aab18dd427dee61fd924c16719aea5ce623a7.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el3
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."
;; tooltip.
(mouse-fine-grained-tracking t)
(was-tooltip-mode tooltip-mode)
+ ;; System tooltips tend to flicker and in general work
+ ;; incorrectly.
+ (use-system-tooltips nil)
;; Whether or not some text was ``cut'' from Emacs to another
;; program and the cleaanup code should not try modifying the
;; region.