aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-29 22:34:54 +0000
committerRichard M. Stallman <[email protected]>1993-05-29 22:34:54 +0000
commit7e0795a49372eb27a5d5f7ddf5d7ca8c7daeee94 (patch)
tree90d107422975af8daece23369d7fd7d2c917a26c /lisp/startup.el
parent320b423388f9a28f6381a1744a67b09ec6efb90d (diff)
(command-line-1): Pass arg to other-window.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index fa38680d41..49a423f8a7 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -403,7 +403,7 @@ Type \\[describe-distribution] for information on getting the latest version."))
;; 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