projects
/
elisp
/
lsdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64815eb
)
* lsdb.el (lsdb-maphash) [Emacs]: Fixed.
author
ueno
<ueno>
Fri, 26 Apr 2002 12:45:22 +0000
(12:45 +0000)
committer
ueno
<ueno>
Fri, 26 Apr 2002 12:45:22 +0000
(12:45 +0000)
lsdb.el
patch
|
blob
|
history
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."