]> git.lyx.org Git - features.git/commitdiff
don't touch your keyboard too often...
authorAndré Pönitz <poenitz@gmx.net>
Wed, 10 Oct 2001 16:39:42 +0000 (16:39 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 10 Oct 2001 16:39:42 +0000 (16:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2858 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_cursor.C

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