Command line arg processing fix (Bug#5392)
commit4fe22cdf59bec57eb4c4ca0264009d6b2e956707
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Jan 2010 19:28:59 +0000 (16 14:28 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Jan 2010 19:28:59 +0000 (16 14:28 -0500)
treebb2202054c22de0cc98432931d25d3bdb49369a8
parentf5700c5e7e4f0b5b4d3a1d187328e9e8078ef22d
Command line arg processing fix (Bug#5392)

* src/emacs.c (standard_args): Adjust arg priorities to reflect how
they are processed in startup.el.

* lisp/startup.el (command-line): Remove unused --icon-type arg.
Handle --display arg, passing it to command-line-1 (Bug#5392).
lisp/ChangeLog
lisp/startup.el
src/ChangeLog
src/emacs.c