[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ebdb 5c9893c 1/2: Fix debug declaration for ebdb-with-r
From: |
Eric Abrahamsen |
Subject: |
[elpa] externals/ebdb 5c9893c 1/2: Fix debug declaration for ebdb-with-record-edits |
Date: |
Thu, 5 Apr 2018 19:26:24 -0400 (EDT) |
branch: externals/ebdb
commit 5c9893c87ccdf515cb4060e6e2c0593ecf87d386
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>
Fix debug declaration for ebdb-with-record-edits
* ebdb-com.el (ebdb-with-record-edits): Forgot to change this.
---
ebdb-com.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index 1cb2f70..89718f2 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1538,7 +1538,7 @@ and bails out if any of its databases are unsynced.
Then it runs `ebdb-change-hook' on the record, executes BODY,
runs `ebdb-after-change-hook', and redisplays the record."
- (declare (indent 1) (debug ((symbolp form) body)))
+ (declare (indent 1) (debug (symbolp body)))
;; I'm expecting that none of the local variables in this macro
;; (including the "err" arg to `condition-case'), will be exposed
;; within "body". Hopefully that's not wrong.