]> git.eshelyaron.com Git - emacs.git/commit
Declare unused function ediff-user-grabbed-mouse obsolete
authorStefan Kangas <stefan@marxist.se>
Sun, 7 Aug 2022 11:51:39 +0000 (13:51 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 7 Aug 2022 12:50:05 +0000 (14:50 +0200)
commit1f4f1358e62e2df2b15e557c0008e13d93b9393a
treea43ab4fe5095b5851b9482bf09a8ec0fd88b43e7
parent4439a80407d2912a126e3676c7ba9849c763caae
Declare unused function ediff-user-grabbed-mouse obsolete

* lisp/vc/ediff-init.el (ediff-user-grabbed-mouse): Declare unused
function obsolete.  As far as I can tell, this has been unused
since 1996.

* lisp/vc/ediff-wind.el (ediff-mouse-pixel-position): Make
variable obsolete.  It is only used in the above obsolete funct
* lisp/vc/ediff-mult.el (ediff-filegroup-action)
(ediff-registry-action):
* lisp/vc/ediff-util.el (ediff-setup): Don't set above unused
variable.

* lisp/vc/ediff-init.el (ediff-spy-after-mouse): Make obsolete.
* lisp/vc/ediff-util.el (ediff-setup): Don't add above obsolete
function to pre-command-hook.
lisp/vc/ediff-init.el
lisp/vc/ediff-mult.el
lisp/vc/ediff-util.el
lisp/vc/ediff-wind.el