Please test.

Jürgen
Index: text3.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text3.C,v
retrieving revision 1.306
diff -p -u -r1.306 text3.C
--- text3.C	3 Aug 2005 20:21:11 -0000	1.306
+++ text3.C	15 Sep 2005 13:27:17 -0000
@@ -919,6 +919,7 @@ void LyXText::dispatch(LCursor & cur, Fu
 		cur.clearSelection();
 		string const clip = bv->getClipboard();
 		if (!clip.empty()) {
+			recordUndo(cur);
 			if (cmd.argument == "paragraph")
 				insertStringAsParagraphs(cur, clip);
 			else

Reply via email to