comparison lisp/mouse.el @ 90140:02f1dbc4a199

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 228-240) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 53-58) - Merge from emacs--cvs-trunk--0 - Update from CVS - Collapse feature addition/removal within single ChangeLog entry
author Miles Bader <miles@gnu.org>
date Sat, 09 Apr 2005 02:16:29 +0000
parents 7a3341d65a12 15f4c9e1a9b2
children 08185296b491
comparison
equal deleted inserted replaced
90139:e0d294b9b23e 90140:02f1dbc4a199
786 POS may be a mouse event location in any window. 786 POS may be a mouse event location in any window.
787 787
788 A clickable link is identified by one of the following methods: 788 A clickable link is identified by one of the following methods:
789 789
790 - If the character at POS has a non-nil `follow-link' text or 790 - If the character at POS has a non-nil `follow-link' text or
791 overlay property, use the value of that property determines what 791 overlay property, the value of that property determines what to do.
792 to do.
793 792
794 - If there is a local key-binding or a keybinding at position POS 793 - If there is a local key-binding or a keybinding at position POS
795 for the `follow-link' event, the binding of that event determines 794 for the `follow-link' event, the binding of that event determines
796 what to do. 795 what to do.
797 796