Mercurial > emacs
changeset 3281:49c371d2b020
(command-line-1): Pass arg to other-window.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 1993 22:34:54 +0000 |
parents | 3b3717164db0 |
children | a3c8d3866d01 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sat May 29 22:28:56 1993 +0000 +++ b/lisp/startup.el Sat May 29 22:34:54 1993 +0000 @@ -403,7 +403,7 @@ ;; 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