diff options
-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 62e3f2b7c36..51a763260ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Luc Teirlinck <teirllm@auburn.edu> + + * emacs-lisp/ring.el (ring-elements): Make it return a list of the + elements of RING in order, and without bogus nil elements. + 2005-06-23 Richard M. Stallman <rms@gnu.org> * simple.el (set-variable): Args renamed; doc fix. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8f016367d81..d05bd56c8b4 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Luc Teirlinck <teirllm@auburn.edu> + + * lists.texi (Rings): `ring-elements' now returns the elements of + RING in order. + 2005-06-23 Juanma Barranquero <lekktu@gmail.com> * markers.texi (The Mark): Texinfo usage fix. |