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"