changeset 63728:8473f6269712

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 24 Jun 2005 01:29:05 +0000
parents fe0423976eb0
children d667a89621c9
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 24 01:20:14 2005 +0000
+++ b/lisp/ChangeLog	Fri Jun 24 01:29:05 2005 +0000
@@ -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.
--- a/lispref/ChangeLog	Fri Jun 24 01:20:14 2005 +0000
+++ b/lispref/ChangeLog	Fri Jun 24 01:29:05 2005 +0000
@@ -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.