comparison lisp/term/sup-mouse.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 5ade352e8d1c
children a8fa7c632ee4 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
194 "Find window corresponding to frame coordinates. 194 "Find window corresponding to frame coordinates.
195 X and Y are 0-based character positions on the frame." 195 X and Y are 0-based character positions on the frame."
196 (get-window-with-predicate (lambda (w) 196 (get-window-with-predicate (lambda (w)
197 (coordinates-in-window-p (cons x y) w)))) 197 (coordinates-in-window-p (cons x y) w))))
198 198
199 ;;; arch-tag: ec644ed4-cac4-43b8-b3db-cfe83e9098d7
199 ;;; sup-mouse.el ends here 200 ;;; sup-mouse.el ends here