branch: externals/ebdb
commit 55b3f8203dd9d3608fe85786a0623852c2962d14
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Fixup with fix popup menus
---
 ebdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index dc9400f..7c4dc6d 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1121,7 +1121,7 @@ There are numerous hooks.  M-x apropos ^ebdb.*hook RET
                `(ebdb-compose-mail ,(ebdb-dwim-mail record (car mails)))
                t)))))
 
-(defun ebdb-field-menu (record field)
+(defun ebdb-field-menu (_record field)
   "Menu items specifically for FIELD of RECORD."
   (append
    (list (format "Commands for %s Field:"

Reply via email to