[Pkg-jed-commit] r1092 - jed-extra/trunk/debian/examples

Guenter Milde milde-guest at alioth.debian.org
Thu Apr 10 08:08:36 UTC 2008


Author: milde-guest
Date: 2008-04-10 08:08:36 +0000 (Thu, 10 Apr 2008)
New Revision: 1092

Modified:
   jed-extra/trunk/debian/examples/50jed-extra.sl
Log:
strip extension from path argument to evalfile to enable loading of .slc file

Modified: jed-extra/trunk/debian/examples/50jed-extra.sl
===================================================================
--- jed-extra/trunk/debian/examples/50jed-extra.sl	2008-03-20 15:53:59 UTC (rev 1091)
+++ jed-extra/trunk/debian/examples/50jed-extra.sl	2008-04-10 08:08:36 UTC (rev 1092)
@@ -16,7 +16,7 @@
 % Add (and initialize) library directories
 % ----------------------------------------
 
-() = evalfile($2);
+() = evalfile(path_sans_extname($2));
 
 % Utilities (required by the other modes)
 % append_libdir($1 + "utils/", 1);    % append and initialize




More information about the Pkg-jed-commit mailing list