emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Thu, 27 Nov 2003 16:28:01 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.369 emacs/lisp/subr.el:1.370
*** emacs/lisp/subr.el:1.369    Wed Nov 26 14:23:58 2003
--- emacs/lisp/subr.el  Thu Nov 27 16:28:01 2003
***************
*** 757,762 ****
--- 757,768 ----
  and `event-end' functions." 
    (nth 4 position))
  
+ (defsubst posn-object-x-y (position)
+   "Return the x and y coordinates relative to the object of POSITION.
+ POSITION should be a list of the form returned by the `event-start'
+ and `event-end' functions." 
+   (nth 7 position))
+ 
  
  ;;;; Obsolescent names for functions.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]