branch: externals/ebdb commit 5c9893c87ccdf515cb4060e6e2c0593ecf87d386 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
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.