[Pkg-jed-commit] [SCM] Debian packaging of JED branch, upstream-fixes, updated. 231492d81036768d4b77c9dc2e657234f4ec5acf

Jörg Sommer joerg at alea.gnuu.de
Sun Nov 22 19:02:00 UTC 2009


The following commit has been merged in the upstream-fixes branch:
commit eb9dde1ff3e84e29932a4eae9e2016e68c00f112
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun Nov 22 19:03:48 2009 +0100

    Update of matlab.sl from Guido Gonzato
    
    The file http://guido.gonzato.googlepages.com/matlab.sl contains a small
    change of the file. Except the more worse readability of the expression
    the result is different, because the decrement happens *after*
    insert_spaces(). So, one more space is inserted than before.

diff --git a/lib/matlab.sl b/lib/matlab.sl
index ab0c6e0..75c3a5e 100644
--- a/lib/matlab.sl
+++ b/lib/matlab.sl
@@ -118,8 +118,7 @@ define matlab_indent ()
   bol_skip_white ();
   ch = char(what_char());
   bol_trim ();
-   goal--;
-   insert_spaces (goal);
+  insert_spaces (goal--, goal);
   pop_spot ();
   skip_white ();
 

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list