mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(struct Lisp_Overlay): New field `next'.
This commit is contained in:
parent
0481292973
commit
b01ecbc603
1 changed files with 1 additions and 0 deletions
|
|
@ -1225,6 +1225,7 @@ struct Lisp_Overlay
|
|||
int type : 16; /* = Lisp_Misc_Overlay */
|
||||
unsigned gcmarkbit : 1;
|
||||
int spacer : 15;
|
||||
struct Lisp_Overlay *next;
|
||||
Lisp_Object start, end, plist;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue