comparison src/buffer.c @ 4141:77138fc618a9

[xemacs-hg @ 2007-08-24 13:03:04 by crestani] 2007-08-17 Marcus Crestani <crestani@xemacs.org> * buffer.c (Fkill_buffer): * objects-tty.c (tty_finalize_color_instance): * objects-tty.c (tty_finalize_font_instance): * objects-tty.c (console_type_create_objects_tty): * syntax.c (uninit_buffer_syntax_cache): Keep functions that do nothing for NEW_GC instead of removing them.
author crestani
date Fri, 24 Aug 2007 13:03:07 +0000
parents 229bd619740a
children a5210e70ffbe
comparison
equal deleted inserted replaced
4140:89310296a3be 4141:77138fc618a9
1346 } 1346 }
1347 } 1347 }
1348 } 1348 }
1349 1349
1350 uninit_buffer_markers (b); 1350 uninit_buffer_markers (b);
1351 #ifndef NEW_GC
1352 uninit_buffer_syntax_cache (b); 1351 uninit_buffer_syntax_cache (b);
1353 #endif /* not NEW_GC */
1354 1352
1355 kill_buffer_local_variables (b); 1353 kill_buffer_local_variables (b);
1356 1354
1357 b->name = Qnil; 1355 b->name = Qnil;
1358 uninit_buffer_text (b); 1356 uninit_buffer_text (b);