[net.emacs] CCA Emacs bug fix

massar@godot.UUCP (J.P. Massar) (03/11/85)

The redisplay bug as mentioned in a previous posting can also occur
when Auto Save Mode is in effect and Emacs 'Auto Saves' in the middle
of typeahead.

The following trivial fix in e_main.c in the routine edit will fix this:

		if (Savemd && ++nschar >= Saveint && empty(0)) 
			asave();
		updis();

Simply add '&& empty(0)' to the test of whether it should do Auto Save
or not.

-- 
-- JP Massar, Thinking Machines Corporation, Cambridge, MA
-- ihnp4!godot!massar
-- massar@cca-unix