]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 6 Mar 2021 18:19:46 +0000 (13:19 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 6 Mar 2021 18:19:46 +0000 (13:19 -0500)
lisp/emacs-lisp/bindat.el

index adf2d672849b01566c9fb7e9b63f794e6ccaf32f..98994963e3e82ea9bf04fc3d425c4bb452c75d3e 100644 (file)
@@ -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]