[Pkg-jed-commit] r29 - trunk/packages/jed-extra/patches

Jörg Sommer jo-guest@costa.debian.org
Fri, 22 Apr 2005 21:21:44 +0000


Author: jo-guest
Date: 2005-04-22 21:21:44 +0000 (Fri, 22 Apr 2005)
New Revision: 29

Added:
   trunk/packages/jed-extra/patches/mupad-fix.patch
Modified:
   trunk/packages/jed-extra/patches/00list
Log:
* fixed mupad.sl to build.


Modified: trunk/packages/jed-extra/patches/00list
===================================================================
--- trunk/packages/jed-extra/patches/00list	2005-04-22 21:20:37 UTC (rev 28)
+++ trunk/packages/jed-extra/patches/00list	2005-04-22 21:21:44 UTC (rev 29)
@@ -11,3 +11,4 @@
 rfcview-require-bufutils.patch
 tree-dfa-fixes.patch
 yodl-require.patch
+mupad-fix.patch

Added: trunk/packages/jed-extra/patches/mupad-fix.patch
===================================================================
--- trunk/packages/jed-extra/patches/mupad-fix.patch	2005-04-22 21:20:37 UTC (rev 28)
+++ trunk/packages/jed-extra/patches/mupad-fix.patch	2005-04-22 21:21:44 UTC (rev 29)
@@ -0,0 +1,12 @@
+--- mode.orig/mupad/mupad.sl    2005-03-09 11:20:03.000000000 +0100
++++ mode/mupad/mupad.sl 2005-04-22 22:45:19.994720840 +0200
+@@ -115,7 +115,8 @@
+   bol_skip_white ();
+   ch = char(what_char());
+   bol_trim ();
+-  insert_spaces (goal--, goal);
++  goal--;
++  insert_spaces (goal);
+   pop_spot ();
+   skip_white ();
+