1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/mouse.el: declare functions to silence warnings

This commit is contained in:
Mattias Engdegård 2019-12-23 12:39:41 +01:00
parent e1e2ad104d
commit 9c00795007

View file

@ -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.")