diff lisp/info.el @ 294:4b85ae5eabfb r21-0b45

Import from CVS: tag r21-0b45
author cvs
date Mon, 13 Aug 2007 10:38:01 +0200
parents 6cb5e14cd98e
children afd57c14dfc8
line wrap: on
line diff
--- a/lisp/info.el	Mon Aug 13 10:37:16 2007 +0200
+++ b/lisp/info.el	Mon Aug 13 10:38:01 2007 +0200
@@ -869,7 +869,7 @@
       ;; the list of them so that when they get pushed in, they appear
       ;; in the same order they got specified in the path, from top to
       ;; bottom.
-      (nconc buffers (nreverse lbuffers))
+      (nconc buffers (reverse lbuffers))
       
       (or buffers
 	  (error "Can't find the Info directory node"))
@@ -880,7 +880,7 @@
 	    ;; reverse it since they are pushed down from the top. the
 	    ;; `Info-directory-list can be specified in natural order
 	    ;; this way.
-	    others (nreverse (cdr buffers)))
+	    others (reverse (cdr buffers)))
 
       ;; Insert the entire original dir file as a start; note that we've
       ;; already saved its default directory to use as the default