summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-03-06 13:19:46 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2021-03-06 13:19:46 -0500
commitb24c21e82ca0819f06ea5708274ce9091b3bc6d2 (patch)
tree84f4f69f6ff547fccdd3ef273f2be73cd1b4dfc4 /lisp/emacs-lisp
parent16975078b421b6b88caecf6d6143789fb44f1ddc (diff)
downloademacs-b24c21e82ca0819f06ea5708274ce9091b3bc6d2.tar.gz
emacs-b24c21e82ca0819f06ea5708274ce9091b3bc6d2.tar.bz2
emacs-b24c21e82ca0819f06ea5708274ce9091b3bc6d2.zip
* lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bindat.el4
1 files 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]