Mercurial > emacs
comparison src/ChangeLog @ 106864:db05908c4fc1
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).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 16 Jan 2010 14:28:59 -0500 |
parents | 54186fbffcf8 |
children | e9a9fc07702f |
comparison
equal
deleted
inserted
replaced
106863:d6fc22738855 | 106864:db05908c4fc1 |
---|---|
1 2010-01-16 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * emacs.c (standard_args): Adjust arg priorities to reflect how | |
4 they are processed in startup.el. | |
5 | |
1 2010-01-16 Andreas Schwab <schwab@linux-m68k.org> | 6 2010-01-16 Andreas Schwab <schwab@linux-m68k.org> |
2 | 7 |
3 * Makefile.in (lisp, shortlisp): Update. | 8 * Makefile.in (lisp, shortlisp): Update. |
4 | 9 |
5 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | 10 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> |