1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-05-28 22:20:40 +00:00
parent 98d0738d27
commit 6c6e0bb44e
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-05-29 Kim F. Storm <storm@cua.dk>
* emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic variables
`pos' and `raw-data' for clarity, as eval forms may access these.
2006-05-28 Kim F. Storm <storm@cua.dk>
* emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.

View File

@ -1,3 +1,8 @@
2006-05-29 Kim F. Storm <storm@cua.dk>
* processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
`bindat-idx' and `bindat-raw' for clarity.
2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
* processes.texi (Bindat Spec): Expand on `repeat' handler.