]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 28 May 2006 22:20:40 +0000 (22:20 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 28 May 2006 22:20:40 +0000 (22:20 +0000)
lisp/ChangeLog
lispref/ChangeLog

index cc5602d44a140ca2c747bb5cd2f984164d4b308d..f643cd337c715c18f474934c001dd1ed8067f578 100644 (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.
index fe808c28ce9c4a764a6781c64693b7d795c29854..c53a2b19a267d02022e177d2dad44a6a7e83909f 100644 (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.