aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-29 22:34:54 +0000
committerRichard M. Stallman1993-05-29 22:34:54 +0000
commit7e0795a49372eb27a5d5f7ddf5d7ca8c7daeee94 (patch)
tree90d107422975af8daece23369d7fd7d2c917a26c
parent320b423388f9a28f6381a1744a67b09ec6efb90d (diff)
downloademacs-7e0795a49372eb27a5d5f7ddf5d7ca8c7daeee94.tar.gz
emacs-7e0795a49372eb27a5d5f7ddf5d7ca8c7daeee94.zip
(command-line-1): Pass arg to other-window.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index fa38680d415..49a423f8a7a 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -403,7 +403,7 @@ Type \\[describe-distribution] for information on getting the latest version."))
403 ;; show user what they all are. 403 ;; show user what they all are.
404 (if (> file-count 2) 404 (if (> file-count 2)
405 (or (get-buffer-window first-file-buffer) 405 (or (get-buffer-window first-file-buffer)
406 (progn (other-window) 406 (progn (other-window 1)
407 (buffer-menu))))))) 407 (buffer-menu)))))))
408 408
409;;; startup.el ends here 409;;; startup.el ends here