From 9c007950076c56b408b7c041ad362235c8d71873 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 23 Dec 2019 12:39:41 +0100 Subject: [PATCH] ; * lisp/mouse.el: declare functions to silence warnings --- lisp/mouse.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mouse.el b/lisp/mouse.el index e9156ffe356..578c12c083d 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1964,6 +1964,9 @@ When there is no region, this function does nothing." (move-overlay mouse-secondary-overlay (region-beginning) (region-end)))) +(declare-function rectangle--col-pos "rect" (col kind)) +(declare-function rectangle--reset-point-crutches "rect" ()) + (defconst mouse--rectangle-track-cursor t "Whether the mouse tracks the cursor when selecting a rectangle. If nil, the mouse tracks the rectangle corner instead.") -- 2.39.2