projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e2ad1
)
; * lisp/mouse.el: declare functions to silence warnings
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 23 Dec 2019 11:39:41 +0000
(12:39 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 23 Dec 2019 11:42:30 +0000
(12:42 +0100)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index e9156ffe3566e2df3c4e87dd0ffb066ff3a57428..578c12c083dcb9814d895c85e162d9d8dd375faa 100644
(file)
--- 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))))
\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.")