comparison lisp/startup.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 39f0e62a8511
children 23cbc2c463eb
comparison
equal deleted inserted replaced
657:fec3f9a1e3e5 658:7cbd4fcd8b0f
1 ;; Process Emacs shell arguments 1 ;;; startup.el --- process Emacs shell arguments
2
2 ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
366 ;; show user what they all are. 367 ;; show user what they all are.
367 (if (> file-count 2) 368 (if (> file-count 2)
368 (or (get-buffer-window first-file-buffer) 369 (or (get-buffer-window first-file-buffer)
369 (progn (other-window) 370 (progn (other-window)
370 (buffer-menu))))))) 371 (buffer-menu)))))))
372
373 ;;; startup.el ends here