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

Guenter Milde milde-guest at alioth.debian.org
Tue Feb 6 10:24:15 CET 2007


Author: milde-guest
Date: 2007-02-06 10:24:15 +0100 (Tue, 06 Feb 2007)
New Revision: 549

Modified:
   jed-extra/trunk/debian/examples/50jed-extra.sl
Log:
Added autoloads for gdbmrecent.sl (transfer of Rafaels fix to the trunk)


Modified: jed-extra/trunk/debian/examples/50jed-extra.sl
===================================================================
--- jed-extra/trunk/debian/examples/50jed-extra.sl	2007-02-06 09:07:54 UTC (rev 548)
+++ jed-extra/trunk/debian/examples/50jed-extra.sl	2007-02-06 09:24:15 UTC (rev 549)
@@ -44,6 +44,8 @@
 autoload("push_defaults", "sl_utils");    % needed by ispell_init.sl, complete, occur, ...
 autoload("string_nth_match", "strutils"); % needed by hyperman.sl
 autoload("get_keystring", "strutils");    % needed by snake.sl
+autoload("what_line_if_wide", "sl_utils");% needed by gdbmrecent.sl
+autoload("buffer_dirname", "bufutils");   % needed by gdbmrecent.sl
 % alternatively evaluate the utils/ini.sl file (or set the "initialize"
 % argument to 1 in append_libdir($1 + "utils/", 1) above)
 % () = evalfile("utils/ini.sl");          % autoloads for all utilit functions




More information about the Pkg-jed-commit mailing list