emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Monnier
Subject: master b24c21e: * lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def
Date: Sat, 6 Mar 2021 13:19:51 -0500 (EST)

branch: master
commit b24c21e82ca0819f06ea5708274ce9091b3bc6d2
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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 adf2d67..9899496 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]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]