diff options
author | Alan Mackenzie <acm@muc.de> | 2022-01-22 17:41:03 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2022-01-22 17:41:03 +0000 |
commit | 88e1f8b02086aaf652e3058b36b7612c073c04b3 (patch) | |
tree | 0a12af666638c4629e2b0c34bcce1cad9945930e /lisp/emacs-lisp/bindat.el | |
parent | 1edde2fc7a1a82b0e65d2b7a4237e7c18d0bc0c1 (diff) | |
parent | 14d64a8adcc866deecd758b898e8ef2d836b354a (diff) | |
download | emacs-88e1f8b02086aaf652e3058b36b7612c073c04b3.tar.gz emacs-88e1f8b02086aaf652e3058b36b7612c073c04b3.tar.bz2 emacs-88e1f8b02086aaf652e3058b36b7612c073c04b3.zip |
Merge branch 'scratch/correct-warning-pos'
Diffstat (limited to 'lisp/emacs-lisp/bindat.el')
-rw-r--r-- | lisp/emacs-lisp/bindat.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el index c6d64975eca..04c5b9f0808 100644 --- a/lisp/emacs-lisp/bindat.el +++ b/lisp/emacs-lisp/bindat.el @@ -804,6 +804,7 @@ is the name of a variable that will hold the value we need to pack.") (if (or (eq label '_) (not (assq label labels))) code (macroexp-warn-and-return + code (format "Duplicate label: %S" label) code)))) (`(,_ ,val) |