diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 811cbfe4865..6bf2aeee381 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -17,6 +17,10 @@ * international/ucs-tables.el (ucs-8859-7-alist): Update the table. +2007-11-23 David Kastrup + + * server.el (server-process-filter): Use `command-line-args-left' + 2007-11-23 Stefan Monnier * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove. @@ -3915,8 +3919,6 @@ 2007-09-30 David Kastrup - * server.el (server-process-filter): Use `command-line-args-left' - * startup.el (argv): Alias for `command-line-args-left' to use as `(pop argv)' inside of --eval command sequences. Allows for passing shell commands into Emacs verbatim without need for Lisp