diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b530f98fe64..c418612a5e7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3896,6 +3896,8 @@ | |||
| 3896 | 3896 | ||
| 3897 | 2007-09-30 David Kastrup <dak@gnu.org> | 3897 | 2007-09-30 David Kastrup <dak@gnu.org> |
| 3898 | 3898 | ||
| 3899 | * server.el (server-process-filter): Use `command-line-args-left' | ||
| 3900 | |||
| 3899 | * startup.el (argv): Alias for `command-line-args-left' to use as | 3901 | * startup.el (argv): Alias for `command-line-args-left' to use as |
| 3900 | `(pop argv)' inside of --eval command sequences. Allows for | 3902 | `(pop argv)' inside of --eval command sequences. Allows for |
| 3901 | passing shell commands into Emacs verbatim without need for Lisp | 3903 | passing shell commands into Emacs verbatim without need for Lisp |