Bill added more buffers, and I put in sccs.
[unix-history] / usr / src / usr.bin / ex / ex_io.c
index 1c329dd..52db2a6 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/* Copyright (c) 1980 Regents of the University of California */
+static char *sccsid = "@(#)ex_io.c     4.2 %G%";
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
@@ -407,6 +408,9 @@ other:
                }
        }
        if (laste) {
                }
        }
        if (laste) {
+#ifdef VMUNIX
+               tlaste();
+#endif
                laste = 0;
                sync();
        }
                laste = 0;
                sync();
        }