]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/mouse.el: declare functions to silence warnings
authorMattias Engdegård <mattiase@acm.org>
Mon, 23 Dec 2019 11:39:41 +0000 (12:39 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 23 Dec 2019 11:42:30 +0000 (12:42 +0100)
lisp/mouse.el

index e9156ffe3566e2df3c4e87dd0ffb066ff3a57428..578c12c083dcb9814d895c85e162d9d8dd375faa 100644 (file)
@@ -1964,6 +1964,9 @@ When there is no region, this function does nothing."
     (move-overlay mouse-secondary-overlay (region-beginning) (region-end))))
 
 \f
+(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.")