diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-02-04 11:40:12 +0000 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-02-04 15:11:20 +0100 |
commit | 15aedf3e3d7814aff980098f9290396222c0ff8d (patch) | |
tree | 1a3b1287cc72b7ecb2703761ad03dfc75f4dbe2e /lisp/emacs-lisp/bindat.el | |
parent | ea56b58098d78b242bc0c51cf1d8b1d21962c130 (diff) | |
parent | b641c178ce3d022a9fca1d44ecb60f3878a989bd (diff) | |
download | emacs-15aedf3e3d7814aff980098f9290396222c0ff8d.tar.gz emacs-15aedf3e3d7814aff980098f9290396222c0ff8d.tar.bz2 emacs-15aedf3e3d7814aff980098f9290396222c0ff8d.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/bindat.el')
-rw-r--r-- | lisp/emacs-lisp/bindat.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el index 850af93571f..b5d99e34518 100644 --- 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). |