From: André Pönitz Date: Wed, 10 Oct 2001 16:39:42 +0000 (+0000) Subject: don't touch your keyboard too often... X-Git-Tag: 1.6.10~20502 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fbbf8bded3e8a9bf3bc6059c998decefd7264663;p=features.git don't touch your keyboard too often... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2858 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index eaf975a597..5db7ff3c26 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -1419,7 +1419,7 @@ void MathCursor::interpret(char c) } if (name == "\\" && c == '\\') { - backspac/(); + backspace(); interpret("\\backslash"); return; }