From: Mattias EngdegÄrd Date: Mon, 23 Dec 2019 11:39:41 +0000 (+0100) Subject: ; * lisp/mouse.el: declare functions to silence warnings X-Git-Tag: emacs-27.0.90~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c007950076c56b408b7c041ad362235c8d71873;p=emacs.git ; * lisp/mouse.el: declare functions to silence warnings --- 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.")