Mercurial > emacs
changeset 1059:430923239064
(Fdo_auto_save): Always call record_auto_save.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 Aug 1992 08:07:09 +0000 |
parents | 19c6978ab218 |
children | af78c65921c8 |
files | src/fileio.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Mon Aug 31 06:47:03 1992 +0000 +++ b/src/fileio.c Mon Aug 31 08:07:09 1992 +0000 @@ -2814,8 +2814,8 @@ } } - if (auto_saved) - record_auto_save (); + /* Prevent another auto save till enough input events come in. */ + record_auto_save (); if (auto_saved && NILP (nomsg)) message1 (omessage ? omessage : "Auto-saving...done");