Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | fe104dbd9147 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/src/event-stream.c Mon Aug 13 09:21:56 2007 +0200 +++ b/src/event-stream.c Mon Aug 13 09:23:06 2007 +0200 @@ -773,7 +773,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) && @@ -1979,7 +1979,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