From 8022a13d69f8f24c54df96b140bd9eb84b23a5f1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 22 Oct 1999 13:24:30 +0000 Subject: Introduce word types for attributed spaces, so backends can distinguish between emphasis _like_ _this_ and _like this_ [originally from svn r245] --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 34ce7d4..2827f0e 100644 --- a/main.c +++ b/main.c @@ -188,6 +188,8 @@ int main(int argc, char **argv) { if (!sourceform) exit(EXIT_FAILURE); + mark_attr_ends(sourceform); + sfree(infiles); keywords = get_keywords(sourceform); -- cgit v1.1