From b24c21e82ca0819f06ea5708274ce9091b3bc6d2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 6 Mar 2021 13:19:46 -0500 Subject: [PATCH] * lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def --- lisp/emacs-lisp/bindat.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el index adf2d672849..98994963e3e 100644 --- a/lisp/emacs-lisp/bindat.el +++ b/lisp/emacs-lisp/bindat.el @@ -805,8 +805,8 @@ is the name of a variable that will hold the value we need to pack.") (_ (error "Unrecognized format in bindat fields: %S" fields))))) (def-edebug-elem-spec 'bindat-struct - [[&rest (symbolp bindat-type &optional ":pack-val" def-form)] - &optional ":unpack-val" def-form]) + '([&rest (symbolp bindat-type &optional ":pack-val" def-form)] + &optional ":unpack-val" def-form)) (def-edebug-elem-spec 'bindat-type '(&or ["uint" def-form] -- 2.39.2