]> git.eshelyaron.com Git - emacs.git/commit
Declare rectangle functions in mouse.el to avoid warnings
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 May 2019 02:22:08 +0000 (04:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 May 2019 02:23:20 +0000 (04:23 +0200)
commitcad2bbbe25fda36f7eb5a81c34070e26743f4ccf
tree6b009fbbe659c01505739789763137ef0fddc971
parent2e8f6ad287acfd4d09f1952d7c45ce7ee68a2474
Declare rectangle functions in mouse.el to avoid warnings

* lisp/mouse.el (rectangle-dimensions)
(rectangle-position-as-coordinates, rectangle-intersect-p):
Declare these functions from rect.el to avoid compilation warnings.
lisp/mouse.el