diff options
Diffstat (limited to 'contrib/less/cmd.h')
-rw-r--r-- | contrib/less/cmd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/less/cmd.h b/contrib/less/cmd.h index 3eda647..3176b91 100644 --- a/contrib/less/cmd.h +++ b/contrib/less/cmd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2009 Mark Nudelman + * Copyright (C) 1984-2011 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -98,6 +98,7 @@ #define EC_F_COMPLETE 17 #define EC_B_COMPLETE 18 #define EC_LITERAL 19 +#define EC_ABORT 20 #define EC_NOACTION 101 #define EC_UINVALID 102 |