diff --git a/nano.h b/nano.h index ddf8610bbf94890c6596807201a675f9b0048ebe..7fe20601023496b104e90f91316c3a68eac42e0f 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 1ad92f6cb082082fdaecb80111cfeb5f8f0834b7..751758e6839afd70ef877791f7439743dd9a459e 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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"