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:
parent
320b423388
commit
7e0795a493
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user