Mercurial > emacs
view etc/schema/docbk-dyntbl.rnc @ 92237:ce06567a933d
* dispextern.h (face_at_buffer_position, face_for_overlay_string)
(face_at_string_position):
* xfaces.c (face_at_buffer_position, face_for_overlay_string)
(face_at_string_position):
* xdisp.c (display_string, next_overlay_change):
* buffer.h (overlays_at):
* buffer.c (overlays_at): Use EMACS_INT for buffer positions.
Update callers.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 26 Feb 2008 18:18:05 +0000 |
parents | cb572a324e49 |
children |
line wrap: on
line source
# Variant of docbook.rnc that allows the table model to be selected # dynamically based on the definitions of cals.table.module and # exchange.table.module. See dbdyntbl.rnc. # Document (root) elements include "dbstart.rnc" # Notation declarations include "dbnotn.rnc" # Information pool include "dbpool.rnc" # Dynamic Table Model include "dbdyntbl.rnc" # Document hierarchy include "dbhier.rnc"