branch: externals/ebdb
commit a8e0221ce0e09e4a5d92c61e5546c5483d8d0cc5
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Missing local variable binding
* ebdb-com.el (ebdb-display-records): Add "start" to let bindings.
---
ebdb-com.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index 4d3c712..1565dd4 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -696,7 +696,7 @@ name based on the current major mode."
(unless (or ebdb-silent-internal ebdb-silent)
(message "Formatting EBDB..."))
(let ((record-number 0)
- buffer-read-only)
+ buffer-read-only start)
(erase-buffer)
(insert (ebdb-fmt-header fmt records))
(dolist (record ebdb-records)