From cd5a73785d8f7533f1438a955daf23159d09a352 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 17 Apr 2008 16:04:19 -0400 Subject: acme: add -m option and avoid looking in the mirror --- src/cmd/acme/dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/acme/dat.h') diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index a0d5cef3..93af258d 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -542,6 +542,7 @@ int erroutfd; int messagesize; /* negotiated in 9P version setup */ int globalautoindent; int dodollarsigns; +char* mtpt; enum { -- cgit v1.2.3