mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
Avoid DECLARE_INTERVALS.
This commit is contained in:
parent
9d8cf732e6
commit
bb4fee022a
1 changed files with 2 additions and 2 deletions
|
|
@ -423,8 +423,8 @@ struct buffer_text
|
|||
end_unchanged contain no useful information. */
|
||||
int overlay_unchanged_modified;
|
||||
|
||||
/* Properties of this buffer's text -- conditionally compiled. */
|
||||
DECLARE_INTERVALS
|
||||
/* Properties of this buffer's text. */
|
||||
INTERVAL intervals;
|
||||
|
||||
/* The markers that refer to this buffer.
|
||||
This is actually a single marker ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue