* lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def
This commit is contained in:
parent
16975078b4
commit
b24c21e82c
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue