[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-upstream-fixes, updated. 3bb27317d2e41070ee40080b18e63f569c2ac79e

Jörg Sommer joerg at alea.gnuu.de
Thu May 29 19:51:21 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit 140ed9891f2e9afd7dddc54cb0cf36022796f000
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu May 29 18:13:19 2008 +0200

    The begin of a HTML comment missed the second dash

diff --git a/lib/html.sl b/lib/html.sl
index dc0792a..7611947 100644
--- a/lib/html.sl
+++ b/lib/html.sl
@@ -488,7 +488,7 @@ definekey("html_par_insert", "\e^M", $1); % Neater paragraph insert (MDJ 04/06/9
 create_syntax_table ($1);
 define_syntax ("<", ">", '(', $1);     %  make these guys blink match
 define_syntax ("<>", '<', $1);
-define_syntax ("<!-", "-->", '%', $1);
+define_syntax ("<!--", "-->", '%', $1);
 define_syntax ("A-Za-z&", 'w', $1);
 define_syntax ('#', '#', $1);
 

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list