Bill added more buffers, and I put in sccs.
[unix-history] / usr / src / usr.bin / ex / ex_cmds2.c
index 67210cc..e50811f 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_cmds2.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"
@@ -104,6 +105,9 @@ error0()
 {
 
        if (laste) {
 {
 
        if (laste) {
+#ifdef VMUNIX
+               tlaste();
+#endif
                laste = 0;
                sync();
        }
                laste = 0;
                sync();
        }