Commit d8346ffb authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Fix -k sets TEMP_OPT

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 90d6895e
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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 */
......
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment