diff options
author | Kim F. Storm <storm@cua.dk> | 2006-12-29 01:20:38 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-12-29 01:20:38 +0000 |
commit | 8f2b5ec6ecd64e0177026b550fda8515c472a52d (patch) | |
tree | 83eb96c3a9205a8aff98084b571e8eb79b67eebb | |
parent | 2e17cddc6a0d4d251956d3ace3321b7f29b76635 (diff) | |
download | emacs-8f2b5ec6ecd64e0177026b550fda8515c472a52d.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42a0a52559e..e7efa92a64c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-29 Kim F. Storm <storm@cua.dk> + + * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group) + (bindat--pack-group): Let-bind COUNT during repeat block evaluation. + 2006-12-27 Kim F. Storm <storm@cua.dk> * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp, diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1e93fe189e0..5e66dd7bf9d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-12-29 Kim F. Storm <storm@cua.dk> + + * processes.texi (Bindat Spec): Explain eval forms and lengths better. + Add count and index variables for eval forms in repeat blocks. + 2006-12-24 Richard Stallman <rms@gnu.org> * customize.texi (Variable Definitions): Document |