comparison src/fileio.c @ 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 c5aded0d488a
children 53ad9fa87f71
comparison
equal deleted inserted replaced
1058:19c6978ab218 1059:430923239064
2812 XFASTINT (current_buffer->save_length) = Z - BEG; 2812 XFASTINT (current_buffer->save_length) = Z - BEG;
2813 set_buffer_internal (old); 2813 set_buffer_internal (old);
2814 } 2814 }
2815 } 2815 }
2816 2816
2817 if (auto_saved) 2817 /* Prevent another auto save till enough input events come in. */
2818 record_auto_save (); 2818 record_auto_save ();
2819 2819
2820 if (auto_saved && NILP (nomsg)) 2820 if (auto_saved && NILP (nomsg))
2821 message1 (omessage ? omessage : "Auto-saving...done"); 2821 message1 (omessage ? omessage : "Auto-saving...done");
2822 2822
2823 auto_saving = 0; 2823 auto_saving = 0;