# HG changeset patch # User Kim F. Storm # Date 1148854840 0 # Node ID ab929ce998c347d5ae70fd09a0ec1bf46297bfc8 # Parent b2dddb50f2333504fac4117f7fe2d53525064737 *** empty log message *** diff -r b2dddb50f233 -r ab929ce998c3 lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings. diff -r b2dddb50f233 -r ab929ce998c3 lispref/ChangeLog --- 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 + + * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to + `bindat-idx' and `bindat-raw' for clarity. + 2006-05-27 Thien-Thi Nguyen * processes.texi (Bindat Spec): Expand on `repeat' handler.