# HG changeset patch # User Richard M. Stallman # Date 738714894 0 # Node ID 49c371d2b0207e3f7a60318e68d28855e76d4fb1 # Parent 3b3717164db0d7ecd47cd3d926fbb3d02e8805ca (command-line-1): Pass arg to other-window. diff -r 3b3717164db0 -r 49c371d2b020 lisp/startup.el --- 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