From: Luc Teirlinck Date: Fri, 24 Jun 2005 01:29:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~8675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fb276bdd177c87b76fc33fec8d195dec256252f;p=emacs.git *** empty log message *** --- 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 + + * 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 * 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 + + * lists.texi (Rings): `ring-elements' now returns the elements of + RING in order. + 2005-06-23 Juanma Barranquero * markers.texi (The Mark): Texinfo usage fix.