diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-07-03 23:05:49 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-07-03 23:05:49 +0000 |
commit | bd9b3169be279adaeac792e1314c0b5049b94d73 (patch) | |
tree | 390b7e9e6acc5bd1e15442622b46b4b5957a4f1f /lisp/tooltip.el | |
parent | 1fcef0ec9ccd5fa65568e3b19b386a0c1c5aa7dd (diff) | |
download | emacs-bd9b3169be279adaeac792e1314c0b5049b94d73.tar.gz |
tooltip.el: Move comment about track-mouse...
progmodes/gud.el: ...to here.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index cacd6f59670..596db839e84 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -40,12 +40,6 @@ ;;; Switching tooltips on/off -;; We don't set track-mouse globally because this is a big redisplay -;; problem in buffers having a pre-command-hook or such installed, -;; which does a set-buffer, like the summary buffer of Gnus. Calling -;; set-buffer prevents redisplay optimizations, so every mouse motion -;; would be accompanied by a full redisplay. - (define-minor-mode tooltip-mode "Toggle Tooltip mode. With ARG, turn Tooltip mode on if and only if ARG is positive. |