fix tab completion in repl (doh)
authorAndy Wingo <wingo@pobox.com>
Sat, 8 Jan 2011 06:01:27 +0000 (22:01 -0800)
committerAndy Wingo <wingo@pobox.com>
Sat, 8 Jan 2011 06:01:27 +0000 (22:01 -0800)
commit2dd7d8ce7abcec373a9c7389f69456cb1f64a74e
tree381b757b8ead1fa9c55a20b7ddbbf58cf4aafb11
parent58baff08bc9daa01b7c9a1ce3eea829b228f9611
fix tab completion in repl (doh)

* libguile/hashtab.c: Fix remaining vector hash table support.
* module/ice-9/session.scm (apropos-fold): Use a hash table instead of a
  vector for the completions.
libguile/hashtab.c
module/ice-9/session.scm