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:
parent
939c9c52f1
commit
1654c9f082
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue