diff options
Diffstat (limited to 'lisp/mouse.el')
-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 93c89de91c2..30b19510a46 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -2998,6 +2998,9 @@ Call `tooltip-show-help-non-mode' instead on non-graphical displays." (x-show-tip tooltip) (tooltip-show-help-non-mode tooltip))) +(declare-function x-hide-tip "xfns.c") +(declare-function x-show-tip "xfns.c") + (defun mouse-drag-and-drop-region-hide-tooltip () "Hide any tooltip currently displayed. Call `tooltip-show-help-non-mode' to clear the echo area message |