diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 34503939a3c..6cf0e232c27 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2085,7 +2085,7 @@ BEG and END may be integers or markers.") | |||
| 2085 | end = Fset_marker (Fmake_marker (), end, buffer); | 2085 | end = Fset_marker (Fmake_marker (), end, buffer); |
| 2086 | 2086 | ||
| 2087 | overlay = allocate_misc (); | 2087 | overlay = allocate_misc (); |
| 2088 | XMISC (overlay)->type = Lisp_Misc_Overlay; | 2088 | XMISCTYPE (overlay) = Lisp_Misc_Overlay; |
| 2089 | XOVERLAY (overlay)->start = beg; | 2089 | XOVERLAY (overlay)->start = beg; |
| 2090 | XOVERLAY (overlay)->end = end; | 2090 | XOVERLAY (overlay)->end = end; |
| 2091 | XOVERLAY (overlay)->plist = Qnil; | 2091 | XOVERLAY (overlay)->plist = Qnil; |