From 40c680236b3d993f8e2ec066f5d4b88d0922ac82 Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 26 Apr 2002 12:45:22 +0000 Subject: [PATCH] * lsdb.el (lsdb-maphash) [Emacs]: Fixed. --- lsdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsdb.el b/lsdb.el index 610b4df..07cf0c4 100644 --- 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." -- 1.7.10.4