* lsdb.el (lsdb-maphash) [Emacs]: Fixed.
authorueno <ueno>
Fri, 26 Apr 2002 12:45:22 +0000 (12:45 +0000)
committerueno <ueno>
Fri, 26 Apr 2002 12:45:22 +0000 (12:45 +0000)
lsdb.el

diff --git a/lsdb.el b/lsdb.el
index 610b4df..07cf0c4 100644 (file)
--- a/lsdb.el
+++ b/lsdb.el
@@ -243,7 +243,7 @@ may remhash or puthash the entry currently being processed by FUNCTION."
     (mapatoms
      (lambda (symbol)
        (funcall function (symbol-name symbol) (symbol-value symbol)))
-     hash-table))
+     (nth 1 hash-table)))
   (defun lsdb-hash-table-size (hash-table)
     "Return the size of HASH-TABLE.
 This is the current number of slots in HASH-TABLE, whether occupied or not."