comparison lisp/startup.el @ 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 a655e32e6270
children d7cb993a93b1
comparison
equal deleted inserted replaced
3280:3b3717164db0 3281:49c371d2b020
401 (setq line 0)))))))) 401 (setq line 0))))))))
402 ;; If 3 or more files visited, and not all visible, 402 ;; If 3 or more files visited, and not all visible,
403 ;; show user what they all are. 403 ;; show user what they all are.
404 (if (> file-count 2) 404 (if (> file-count 2)
405 (or (get-buffer-window first-file-buffer) 405 (or (get-buffer-window first-file-buffer)
406 (progn (other-window) 406 (progn (other-window 1)
407 (buffer-menu))))))) 407 (buffer-menu)))))))
408 408
409 ;;; startup.el ends here 409 ;;; startup.el ends here