From d8346ffb8448cc2636ecf364a7f27df1fdb3dfd5 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Mon, 24 Jul 2000 15:16:02 +0000 Subject: [PATCH] Fix -k sets TEMP_OPT git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- nano.h | 2 +- po/nano.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nano.h b/nano.h index ddf8610b..7fe20601 100644 --- a/nano.h +++ b/nano.h @@ -104,8 +104,8 @@ typedef struct shortcut { #define USE_MOUSE (1<<13) #define USE_REGEXP (1<<14) #define REGEXP_COMPILED (1<<15) -#define CUT_TO_END (1<<16) #define TEMP_OPT (1<<16) +#define CUT_TO_END (1<<17) /* Control key sequences, chaning these would be very very bad */ diff --git a/po/nano.pot b/po/nano.pot index 1ad92f6c..751758e6 100644 --- a/po/nano.pot +++ b/po/nano.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-07-21 18:43-0400\n" +"POT-Creation-Date: 2000-07-24 11:21-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"