emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e086a9f: * lisp/emacs-lisp/bindat.el: Remove obsolete comment.


From: Paul Eggert
Subject: master e086a9f: * lisp/emacs-lisp/bindat.el: Remove obsolete comment.
Date: Sat, 4 Jan 2020 22:14:55 -0500 (EST)

branch: master
commit e086a9fddc27e6168b303ca1374a78bfa1f82858
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lisp/emacs-lisp/bindat.el: Remove obsolete comment.
---
 lisp/emacs-lisp/bindat.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el
index 850af93..b5d99e3 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).
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]