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:
parent
e1e2ad104d
commit
9c00795007
1 changed files with 3 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue