Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | e04119814345 |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/src/event-stream.c Mon Aug 13 08:54:52 2007 +0200 +++ b/src/event-stream.c Mon Aug 13 08:55:10 2007 +0200 @@ -762,7 +762,7 @@ static void maybe_do_auto_save (void) { - /* This function can GC */ + /* This function can call lisp */ keystrokes_since_auto_save++; if (auto_save_interval > 0 && keystrokes_since_auto_save > max (auto_save_interval, 20) && @@ -1968,7 +1968,7 @@ */ (event, prompt)) { - /* This function can GC */ + /* This function can call lisp */ /* #### We start out using the selected console before an event is received, for echoing the partially completed command. This is most definitely wrong -- there needs to be a separate