Mercurial > emacs
changeset 71034:ab929ce998c3
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 28 May 2006 22:20:40 +0000 |
parents | b2dddb50f233 |
children | 3574bac9e172 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 28 22:19:52 2006 +0000 +++ b/lisp/ChangeLog Sun May 28 22:20:40 2006 +0000 @@ -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.
--- a/lispref/ChangeLog Sun May 28 22:19:52 2006 +0000 +++ b/lispref/ChangeLog Sun May 28 22:20:40 2006 +0000 @@ -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.