make it compile & disable debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7920 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-10-14 13:13:55 +00:00
parent 5c2f0c5c46
commit 7e2343e016

View File

@ -225,8 +225,8 @@ bool textUndoOrRedo(BufferView * bv,
advance(last, plist.size() - undo.last_par_offset + 1); advance(last, plist.size() - undo.last_par_offset + 1);
otherstack.top().pars.insert(otherstack.top().pars.begin(), first, last); otherstack.top().pars.insert(otherstack.top().pars.begin(), first, last);
} }
otherstack.top().cursor_pos = text //otherstack.top().cursor_pos = text;
lyxerr << " undo other: " << otherstack.top() << endl; //lyxerr << " undo other: " << otherstack.top() << endl;
} }
// Now we can unlock the inset for safety because the inset // Now we can unlock the inset for safety because the inset