don't touch your keyboard too often...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2858 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-10-10 16:39:42 +00:00
parent cf3bc4d06e
commit fbbf8bded3

View File

@ -1419,7 +1419,7 @@ void MathCursor::interpret(char c)
}
if (name == "\\" && c == '\\') {
backspac/();
backspace();
interpret("\\backslash");
return;
}