[[project @ 1998-04-05 15:30:20 by mdj] mdj**19980405153020 Ignore-this: e902b94359638229e0f208b7267ce132 * init.scm (rindex): Bugfix: start is an optional argument. (Thanks to David Lutterkort.) ] hunk ./init.scm 40 - (apply string-rindex str char start))) + (apply string-rindex str char 0 start)))