branch: externals/ebdb
commit 5329d89dd2b9c553b4347826b6cda39f0d2ad3d8
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Mark arg as used in call to ebdb-with-record-edits
* ebdb-com.el (ebdb-edit-field-customize): Arg is being used in macro
expansion.
---
ebdb-com.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index 8e595cf..b29e399 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1646,7 +1646,7 @@ the record, change the name of the record."
(interactive
(list (ebdb-current-record)
(ebdb-current-field)))
- (ebdb-with-record-edits (_r (list record))
+ (ebdb-with-record-edits (r (list record))
(eieio-customize-object field))
(setq ebdb-custom-field-record record))