1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

(event-closest-point): Fix paren error.

This commit is contained in:
Richard M. Stallman 1997-05-20 17:17:39 +00:00
parent 939c9c52f1
commit 1654c9f082

View file

@ -192,7 +192,7 @@ or for window WINDOW if that is specified."
(if (windowp end-w)
(nth 1 (window-edges end-w))
(/ (cdr (posn-x-y (event-end event)))
((frame-char-height end-w)))))
(frame-char-height end-w))))
(if (>= end-w-top w-top)
(event-closest-point-1 start-window)
(window-start start-window)))))