/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.369 by teirllm, Wed Nov 26 19:23:58 2003 UTC revision 1.370 by kfstorm, Thu Nov 27 21:28:01 2003 UTC
# Line 757  POSITION should be a list of the form re Line 757  POSITION should be a list of the form re
757  and `event-end' functions."  and `event-end' functions."
758    (nth 4 position))    (nth 4 position))
759    
760    (defsubst posn-object-x-y (position)
761      "Return the x and y coordinates relative to the object of POSITION.
762    POSITION should be a list of the form returned by the `event-start'
763    and `event-end' functions."
764      (nth 7 position))
765    
766    
767  ;;;; Obsolescent names for functions.  ;;;; Obsolescent names for functions.
768    

Legend:
Removed from v.1.369  
changed lines
  Added in v.1.370

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26