From: Kim F. Storm Date: Sun, 28 May 2006 22:20:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c6e0bb44e484071e69ec6d3e703f20f328b20ad;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc5602d44a1..f643cd337c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index fe808c28ce9..c53a2b19a26 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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.