1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-12 17:10:43 -08:00

Replacing segbuffer with version that returns bool and the buffer, and disallowing null to segsetbuffer, adding setunsetbuffer for that case instead.

Copied from Perforce
 Change: 191695
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-04-27 15:47:26 +01:00
parent 726ba1d25a
commit 2020da56a6
11 changed files with 76 additions and 54 deletions

View file

@ -225,6 +225,7 @@ typedef struct SegClassStruct {
SegSetSummaryMethod setSummary; /* set the segment summary */
SegBufferMethod buffer; /* get the segment buffer */
SegSetBufferMethod setBuffer; /* set the segment buffer */
SegUnsetBufferMethod unsetBuffer; /* unset the segment buffer */
SegSetGreyMethod setGrey; /* change greyness of segment */
SegSetWhiteMethod setWhite; /* change whiteness of segment */
SegSetRankSetMethod setRankSet; /* change rank set of segment */