comparison src/debug.c @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents c5d627a313b1
children 8626e4521993
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
206 } 206 }
207 207
208 void 208 void
209 vars_of_debug (void) 209 vars_of_debug (void)
210 { 210 {
211 Fprovide (intern ("debug"));
212
213 /* If you need to have any classes active early on in startup, then 211 /* If you need to have any classes active early on in startup, then
214 the flags should be set here. 212 the flags should be set here.
215 All functions called by this function are "allowed" according 213 All functions called by this function are "allowed" according
216 to emacs.c. */ 214 to emacs.c. */
217 xemacs_debug_loop (INIT, Qnil, Qnil); 215 xemacs_debug_loop (INIT, Qnil, Qnil);