Mercurial > hg > xemacs-beta
comparison src/keymap.c @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | 6b37e6ddd302 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
160:1c55655d6702 | 161:28f395d8dc7a |
---|---|
2416 disjoint from their extents: for example, if a glyph is out in the | 2416 disjoint from their extents: for example, if a glyph is out in the |
2417 margin, we should still consult the kemyap of that glyph's extent, | 2417 margin, we should still consult the kemyap of that glyph's extent, |
2418 which may not itself be under the mouse. | 2418 which may not itself be under the mouse. |
2419 */ | 2419 */ |
2420 | 2420 |
2421 extern Lisp_Object Fextent_in_region_p(Lisp_Object extent, | |
2422 Lisp_Object from, | |
2423 Lisp_Object to, | |
2424 Lisp_Object flags); | |
2425 | |
2426 static void | 2421 static void |
2427 get_relevant_extent_keymaps (Lisp_Object pos, Lisp_Object buffer_or_string, | 2422 get_relevant_extent_keymaps (Lisp_Object pos, Lisp_Object buffer_or_string, |
2428 Lisp_Object glyph, | 2423 Lisp_Object glyph, |
2429 struct relevant_maps *closure) | 2424 struct relevant_maps *closure) |
2430 { | 2425 { |