aboutsummaryrefslogtreecommitdiff
path: root/lesskey.c
diff options
context:
space:
mode:
Diffstat (limited to 'lesskey.c')
-rw-r--r--lesskey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lesskey.c b/lesskey.c
index 54d6b771f1d7..1ee2c4040209 100644
--- a/lesskey.c
+++ b/lesskey.c
@@ -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.
@@ -166,6 +166,7 @@ struct cmdname editnames[] =
{ "insert", EC_INSERT },
{ "invalid", EC_UINVALID },
{ "kill-line", EC_LINEKILL },
+ { "abort", EC_ABORT },
{ "left", EC_LEFT },
{ "literal", EC_LITERAL },
{ "right", EC_RIGHT },