]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 24 Jun 2005 01:29:05 +0000 (01:29 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 24 Jun 2005 01:29:05 +0000 (01:29 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 62e3f2b7c36cce02f0f580e43f2bdbd2b751f980..51a763260caae13268dda8dda005065698d38899 100644 (file)
@@ -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.
index 8f016367d811cf0cd2fc159266d8b23ac1a64359..d05bd56c8b4ba47aa28ef75cfc25871b807db8af 100644 (file)
@@ -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.