; * lisp/subr.el (posn-col-row): Revert inadvertent change.
This commit is contained in:
parent
6fb9a03cbd
commit
2c4d92d30f
1 changed files with 1 additions and 1 deletions
|
@ -1729,7 +1729,7 @@ and `event-end' functions."
|
|||
((eq area 'horizontal-scroll-bar)
|
||||
(cons (scroll-bar-scale pair (window-width window)) 0))
|
||||
(t
|
||||
(if (and (windowp frame-or-window) use-window)
|
||||
(if use-window
|
||||
(cons (/ (car pair) (window-font-width window))
|
||||
(/ (cdr pair) (window-font-height window)))
|
||||
;; FIXME: This should take line-spacing properties on
|
||||
|
|
Loading…
Add table
Reference in a new issue