diff options
| author | David Kastrup | 2007-11-24 15:32:54 +0000 |
|---|---|---|
| committer | David Kastrup | 2007-11-24 15:32:54 +0000 |
| commit | 95ec6ea4b990b9ec424feee973a3a5ae3f8b23d0 (patch) | |
| tree | d15385b283e80566f89ab688c3f13829a45eed09 | |
| parent | 5fdbecd8962cd426865930e3c8d718b6f13acf42 (diff) | |
| download | emacs-95ec6ea4b990b9ec424feee973a3a5ae3f8b23d0.tar.gz emacs-95ec6ea4b990b9ec424feee973a3a5ae3f8b23d0.zip | |
Fix wrongly dated entry.
| -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 |