]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_cursor.C
don't touch your keyboard too often...
[features.git] / 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;
                }