diff options
| author | Russ Cox <rsc@swtch.com> | 2008-04-17 16:04:19 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2008-04-17 16:04:19 -0400 |
| commit | cd5a73785d8f7533f1438a955daf23159d09a352 (patch) | |
| tree | c9c9c688ca092d2639a41b30d448d7ff33f66d3f /src/cmd/acme/dat.h | |
| parent | e63025d09486aea0f644578b5e05a093c130b7d2 (diff) | |
| download | plan9port-cd5a73785d8f7533f1438a955daf23159d09a352.tar.gz plan9port-cd5a73785d8f7533f1438a955daf23159d09a352.zip | |
acme: add -m option and avoid looking in the mirror
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
