]> git.eshelyaron.com Git - emacs.git/commit
Show files when `initial-buffer-choice' is non-nil
authorSamer Masterson <samer@samertm.com>
Thu, 28 May 2015 21:30:31 +0000 (14:30 -0700)
committerSamer Masterson <samer@samertm.com>
Thu, 28 May 2015 21:31:47 +0000 (14:31 -0700)
commitd3605ed7d173aa1c23ad8944cf92e7b810330cb8
tree2c4eae7863ce33907b27f5d6f5376a22e694099a
parent5d75612ffa0c8de74100c4c13e041ec31512383d
Show files when `initial-buffer-choice' is non-nil

* startup.el (command-line-1): When Emacs is given a file as an
argument and `initial-buffer-choice' is non-nil, display both the file
and `initial-buffer-choice'.  For more than one file, show
`initial-buffer-choice' and *Buffer List*.  Refactor display-changing
commands out of the command line arg parser.
(initial-buffer-choice): Clarify docstring.
doc/lispref/os.texi
etc/NEWS
lisp/startup.el