diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-10-11 00:50:01 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-10-11 00:50:01 +0000 |
commit | a07578ea6c80ff63501ab46cade436e23c546f9a (patch) | |
tree | fe7f862868492f025c093fee25c89c60310e85b3 /usr.bin/mg/def.h | |
parent | b640eddcf06cae34b4ddbf20e6eff43644ccf6ff (diff) |
Enable the 'next-error' (C-x `) keybinding by default.
Niklas, this one is for you.
ok deraadt@, cloder@
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index 3cab2907800..78c4aff8611 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.65 2005/10/06 16:48:00 kjell Exp $ */ +/* $OpenBSD: def.h,v 1.66 2005/10/11 00:50:00 kjell Exp $ */ /* This file is in the public domain. */ @@ -608,6 +608,9 @@ int add_autoexec(const char *, const char *); /* mail.c X */ void mail_init(void); +/* grep.c X */ +int next_error(int, int); + /* * Externals. */ |