aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexicon_filter.in
diff options
context:
space:
mode:
Diffstat (limited to 'lexicon_filter.in')
-rw-r--r--lexicon_filter.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexicon_filter.in b/lexicon_filter.in
index 4ee5f7cc..fc5279ba 100644
--- a/lexicon_filter.in
+++ b/lexicon_filter.in
@@ -530,7 +530,7 @@ s/\n$//g
# characters. Basically the inverse of the 'patternflush' action, with
# additional trailing characters stripped.
x
-/^\<@[^}]*$/ ! {
+/^<@[^}]*$/ ! {
s/[^\<]*//
s/^ *\\\n//g
s/\n *\\//g
@@ -551,7 +551,7 @@ x
}
s/\\\n/\
/
-s/\< \n//
+s/< \n//
s/^[a-z][a-z]* \n//
#.
# Swap the buffers back.