]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in bindat.el
authorStefan Kangas <stefan@marxist.se>
Wed, 21 Oct 2020 14:09:12 +0000 (16:09 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 21 Oct 2020 14:14:09 +0000 (16:14 +0200)
commita497b8e4a41e3223089654da4b36d0fdd51ce555
tree9ebf919c70a849947e072f7b61a5e996ef0ecdd4
parent234cf7491872155dbd9716dc4652febefbe3759f
Use lexical-binding in bindat.el

* lisp/emacs-lisp/bindat.el: Use lexical-binding.
(bindat-raw, bindat-idx, bindat-unpack, bindat-pack): Adjust for
lexical-binding.
(bindat--unpack-group, bindat--length-group): Fix byte-compiler
warning about unused variables last and vlen.
(bindat--unpack-group, bindat--length-group, bindat--pack-group)
(bindat-format-vector): Quote function symbols as such.
lisp/emacs-lisp/bindat.el