From: David Kastrup Date: Sat, 24 Nov 2007 15:32:54 +0000 (+0000) Subject: Fix wrongly dated entry. X-Git-Tag: emacs-pretest-23.0.90~9496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95ec6ea4b990b9ec424feee973a3a5ae3f8b23d0;p=emacs.git Fix wrongly dated entry. --- 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