*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3200 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-12-12 14:39:33 +00:00
parent d857fc89c8
commit 192625aa3a

View File

@ -1224,7 +1224,6 @@ bool MathCursor::interpret(string const & s)
bool MathCursor::script(bool up)
{
macroModeClose();
lyxerr << "script 2: '" << up << "'\n";
selCut();
if (hasPrevAtom() && prevAtom()->asScriptInset()) {
prevAtom()->asScriptInset()->ensure(up);
@ -1251,11 +1250,7 @@ bool MathCursor::script(bool up)
bool MathCursor::interpret(char c)
{
lyxerr << "interpret 2: '" << c << "'\n";
// Removed super/subscript handling from here to ::script -MV
//lyxerr << "interpret 2: '" << c << "'\n";
// handle macroMode
if (inMacroMode()) {
string name = macroName();