[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bindat.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bindat.el |
Date: |
Sun, 27 Oct 2002 16:58:18 -0500 |
Index: emacs/lisp/emacs-lisp/bindat.el
diff -c emacs/lisp/emacs-lisp/bindat.el:1.1 emacs/lisp/emacs-lisp/bindat.el:1.2
*** emacs/lisp/emacs-lisp/bindat.el:1.1 Mon Jul 1 17:59:30 2002
--- emacs/lisp/emacs-lisp/bindat.el Sun Oct 27 16:58:18 2002
***************
*** 575,581 ****
))))))
(defun bindat-pack (spec struct &optional raw-data pos)
! "Return binary data packed accoring to SPEC for structured data STRUCT.
Optional third arg RAW-DATA is a pre-allocated string or vector to unpack
into.
Optional fourth arg POS is the starting offset into RAW-DATA.
Note: The result is a multibyte string; use `string-make-unibyte' on it
--- 575,581 ----
))))))
(defun bindat-pack (spec struct &optional raw-data pos)
! "Return binary data packed according to SPEC for structured data STRUCT.
Optional third arg RAW-DATA is a pre-allocated string or vector to unpack
into.
Optional fourth arg POS is the starting offset into RAW-DATA.
Note: The result is a multibyte string; use `string-make-unibyte' on it
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bindat.el,
Kim F. Storm <=