Mercurial > emacs
changeset 3920:81d29cf5b232
* keyboard.c (read_char): Don't do idle autosaves if we're not
interactive.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 29 Jun 1993 22:46:26 +0000 |
parents | bbac27613cee |
children | e5e5b3634dd0 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Tue Jun 29 21:27:42 1993 +0000 +++ b/src/keyboard.c Tue Jun 29 22:46:26 1993 +0000 @@ -1445,7 +1445,7 @@ /* Slow down auto saves logarithmically in size of current buffer, and garbage collect while we're at it. */ - if (NILP (c)) + if (INTERACTIVE && NILP (c)) { int delay_level, buffer_size;