* lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def

This commit is contained in:
Stefan Monnier 2021-03-06 13:19:46 -05:00
parent 16975078b4
commit b24c21e82c

View 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]