inptr->next = NULL;
cutbottom = inptr;
+ dump_buffer(cutbuffer);
}
#ifndef NANO_SMALL
#ifndef NANO_SMALL
char *tmpstr;
int newsize, cuttingtoend = 0;
-
#endif
if (fileptr == NULL || fileptr->data == NULL)
tmp = fileptr->next;
- if (!ISSET(KEEP_CUTBUFFER) || ISSET(MARK_ISSET)) {
+ if (!ISSET(KEEP_CUTBUFFER)) {
free_filestruct(cutbuffer);
cutbuffer = NULL;
+
#ifdef DEBUG
fprintf(stderr, _("Blew away cutbuffer =)\n"));
#endif
/* FIXME - We really need to put this data into the
cutbuffer, not delete it and forget about it. */
do_delete();
+ SET(KEEP_CUTBUFFER);
return 1;
}
else
placewewant = xplustabs();
UNSET(MARK_ISSET);
+
marked_cut = 1;
set_modified();
if (cuttingtoend)
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-24 23:24-0400\n"
+"POT-Creation-Date: 2000-07-26 23:51-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"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr ""
-#: cut.c:149
+#: cut.c:150
msgid "Blew away cutbuffer =)\n"
msgstr ""