projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbea0d
)
; * lisp/emacs-lisp/bindat.el (bindat-unpack): Fix typo.
author
Stefan Kangas
<stefan@marxist.se>
Wed, 21 Oct 2020 15:31:47 +0000
(17:31 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 21 Oct 2020 15:31:47 +0000
(17:31 +0200)
lisp/emacs-lisp/bindat.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bindat.el
b/lisp/emacs-lisp/bindat.el
index f6f8b7c8ccc5b84578c93fddacaff5c76d504f93..95581c40a46cb37bf1f0a5fd15f7c0e219e1c63b 100644
(file)
--- a/
lisp/emacs-lisp/bindat.el
+++ b/
lisp/emacs-lisp/bindat.el
@@
-341,7
+341,7
@@
"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))