diff lisp/startup.el @ 3281:49c371d2b020

(command-line-1): Pass arg to other-window.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 1993 22:34:54 +0000
parents a655e32e6270
children d7cb993a93b1
line wrap: on
line diff
--- a/lisp/startup.el	Sat May 29 22:28:56 1993 +0000
+++ b/lisp/startup.el	Sat May 29 22:34:54 1993 +0000
@@ -403,7 +403,7 @@
       ;; show user what they all are.
       (if (> file-count 2)
 	  (or (get-buffer-window first-file-buffer)
-	      (progn (other-window)
+	      (progn (other-window 1)
 		     (buffer-menu)))))))
 
 ;;; startup.el ends here