]> git.lyx.org Git - features.git/commitdiff
revert unintended commit.
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 10 Jul 2009 06:58:54 +0000 (06:58 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 10 Jul 2009 06:58:54 +0000 (06:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30443 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeXFeatures.cpp

index 918fc0b3c695203b97f0a43cd345f2801d2ca26a..e39dc92bb7d15cfd1dc44a1d6fb9ee26f0754f4b 100644 (file)
@@ -195,11 +195,8 @@ static docstring const changetracking_none_def = from_ascii(
        "\\newcommand{\\lyxdeleted}[3]{}\n");
 
 static docstring const textgreek_def = from_ascii(
-       "\\providecommand*{\\perispomeni}{\\char126}\n"
-       "\\AtBeginDocument{\\DeclareRobustCommand{\\greektext}{%\n"
-       "  \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}\n"
-       "  \\renewcommand{\\~}{\\perispomeni}\n"
-       "}}\n"
+       "\\DeclareRobustCommand{\\greektext}{%\n"
+       "  \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}}\n"
        "\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
        "\\DeclareFontEncoding{LGR}{}{}\n");