1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(command-line-1): Pass arg to other-window.

This commit is contained in:
Richard M. Stallman 1993-05-29 22:34:54 +00:00
parent 320b423388
commit 7e0795a493

View File

@ -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