emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/ewoc.el,v


From: Alexandre Julliard
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/ewoc.el,v
Date: Wed, 09 Apr 2008 18:50:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Alexandre Julliard <julliard>   08/04/09 18:50:34

Index: ewoc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/ewoc.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- ewoc.el     8 Jan 2008 20:45:35 -0000       1.43
+++ ewoc.el     9 Apr 2008 18:50:34 -0000       1.44
@@ -547,7 +547,7 @@
       (if (apply predicate (ewoc--node-data node) args)
          (push (ewoc--node-data node) result))
       (setq node (ewoc--node-prev dll node)))
-    (nreverse result)))
+    result))
 
 (defun ewoc-buffer (ewoc)
   "Return the buffer that is associated with EWOC.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]