emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb 5329d89 306/350: Mark arg as used in call to ebdb-


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 5329d89 306/350: Mark arg as used in call to ebdb-with-record-edits
Date: Mon, 14 Aug 2017 11:47:00 -0400 (EDT)

branch: externals/ebdb
commit 5329d89dd2b9c553b4347826b6cda39f0d2ad3d8
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]