projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
505ed06
)
* lisp/emacs-lisp/bindat.el: Remove obsolete comment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:14:24 +0000
(19:14 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:14:50 +0000
(19:14 -0800)
lisp/emacs-lisp/bindat.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bindat.el
b/lisp/emacs-lisp/bindat.el
index 850af93571f6f04469eff136fb01a0b914c1dc60..b5d99e345184519710e8fe9aa2429ed4c2abbb12 100644
(file)
--- a/
lisp/emacs-lisp/bindat.el
+++ b/
lisp/emacs-lisp/bindat.el
@@
-149,9
+149,6
@@
;; | ip -- 4 byte vector
;; | bits LEN -- List with bits set in LEN bytes.
;;
-;; -- Note: 32 bit values may be limited by emacs' INTEGER
-;; implementation limits.
-;;
;; -- Example: `bits 2' will unpack 0x28 0x1c to (2 3 4 11 13)
;; and 0x1c 0x28 to (3 5 10 11 12).