From 1568cd2dbc82114b7ca922b9c7b8acde3fa4d23f Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 21 Jun 1984 11:10:16 +0000 Subject: [PATCH] The slightly altered error message format greatly enhances use of the pascal compiler under emacs. --- util/ack/pc/em_pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ack/pc/em_pc.c b/util/ack/pc/em_pc.c index 16a13829..8187abed 100644 --- a/util/ack/pc/em_pc.c +++ b/util/ack/pc/em_pc.c @@ -428,7 +428,7 @@ listshort() { while (nexterror()) { while (listlino < curr.lino) nextline(0); - printf("%s, %d: ",listfnam,listrela); + printf("%s, line %d: ",listfnam,listrela); string(&curr); } }