diff options
| author | Chong Yidong | 2010-01-16 14:28:59 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-01-16 14:28:59 -0500 |
| commit | 4fe22cdf59bec57eb4c4ca0264009d6b2e956707 (patch) | |
| tree | bb2202054c22de0cc98432931d25d3bdb49369a8 /src/ChangeLog | |
| parent | f5700c5e7e4f0b5b4d3a1d187328e9e8078ef22d (diff) | |
| download | emacs-4fe22cdf59bec57eb4c4ca0264009d6b2e956707.tar.gz emacs-4fe22cdf59bec57eb4c4ca0264009d6b2e956707.zip | |
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).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 94a1f9604f5..c18cd27fa0a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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. |