diff options
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 811cbfe4865..6bf2aeee381 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -17,6 +17,10 @@ | |||
| 17 | 17 | ||
| 18 | * international/ucs-tables.el (ucs-8859-7-alist): Update the table. | 18 | * international/ucs-tables.el (ucs-8859-7-alist): Update the table. |
| 19 | 19 | ||
| 20 | 2007-11-23 David Kastrup <dak@gnu.org> | ||
| 21 | |||
| 22 | * server.el (server-process-filter): Use `command-line-args-left' | ||
| 23 | |||
| 20 | 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | 24 | 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 21 | 25 | ||
| 22 | * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove. | 26 | * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove. |
| @@ -3915,8 +3919,6 @@ | |||
| 3915 | 3919 | ||
| 3916 | 2007-09-30 David Kastrup <dak@gnu.org> | 3920 | 2007-09-30 David Kastrup <dak@gnu.org> |
| 3917 | 3921 | ||
| 3918 | * server.el (server-process-filter): Use `command-line-args-left' | ||
| 3919 | |||
| 3920 | * startup.el (argv): Alias for `command-line-args-left' to use as | 3922 | * startup.el (argv): Alias for `command-line-args-left' to use as |
| 3921 | `(pop argv)' inside of --eval command sequences. Allows for | 3923 | `(pop argv)' inside of --eval command sequences. Allows for |
| 3922 | passing shell commands into Emacs verbatim without need for Lisp | 3924 | passing shell commands into Emacs verbatim without need for Lisp |