summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-29 22:34:54 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-29 22:34:54 +0000
commitc4a562764cab208ae1b33131309695b679be454c (patch)
tree4371104fe33287b74b16bbe50574661d72873219 /lisp/startup.el
parente0216c63b20d11dc3f9a6d94c6cd1329273d146c (diff)
downloademacs-c4a562764cab208ae1b33131309695b679be454c.tar.gz
(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 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."))
;; 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