emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mattias Engdegård
Subject: master 9c00795: ; * lisp/mouse.el: declare functions to silence warnings
Date: Mon, 23 Dec 2019 06:42:41 -0500 (EST)

branch: master
commit 9c007950076c56b408b7c041ad362235c8d71873
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    ; * lisp/mouse.el: declare functions to silence warnings
---
 lisp/mouse.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/mouse.el b/lisp/mouse.el
index e9156ff..578c12c 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]