Mercurial > hg > xemacs-beta
comparison src/rangetab.c @ 4408:8bbabcab2c42
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 20 Jan 2008 13:09:58 +0100 |
parents | cbf129b005df |
children | 257b468bf2ca |
comparison
equal
deleted
inserted
replaced
4407:4ee73bbe4f8e | 4408:8bbabcab2c42 |
---|---|
569 the beginning and end of the range and the corresponding value. | 569 the beginning and end of the range and the corresponding value. |
570 | 570 |
571 Results are guaranteed to be correct (i.e. each entry processed | 571 Results are guaranteed to be correct (i.e. each entry processed |
572 exactly once) if FUNCTION modifies or deletes the current entry | 572 exactly once) if FUNCTION modifies or deletes the current entry |
573 \(i.e. passes the current range to `put-range-table' or | 573 \(i.e. passes the current range to `put-range-table' or |
574 `remove-range-table'), but not otherwise. | 574 `remove-range-table'). If FUNCTION modifies or deletes any other entry, |
575 this guarantee doesn't hold. | |
575 */ | 576 */ |
576 (function, range_table)) | 577 (function, range_table)) |
577 { | 578 { |
578 Lisp_Range_Table *rt; | 579 Lisp_Range_Table *rt; |
579 int i; | 580 int i; |