]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/bindat.el (bindat-unpack): Fix typo.
authorStefan Kangas <stefan@marxist.se>
Wed, 21 Oct 2020 15:31:47 +0000 (17:31 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 21 Oct 2020 15:31:47 +0000 (17:31 +0200)
lisp/emacs-lisp/bindat.el

index f6f8b7c8ccc5b84578c93fddacaff5c76d504f93..95581c40a46cb37bf1f0a5fd15f7c0e219e1c63b 100644 (file)
   "Return structured data according to SPEC for binary data in RAW.
 RAW is a unibyte string or vector.
 Optional third arg IDX specifies the starting offset in RAW."
-  (when (multibyte-string-p bindat-raw)
+  (when (multibyte-string-p raw)
     (error "String is multibyte"))
   (setq bindat-raw raw)
   (setq bindat-idx (or idx 0))