aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."))
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