comparison lisp/ChangeLog @ 86380:2f0cad6a4f81

* server.el (server-process-filter): Use `command-line-args-left'
author David Kastrup <dak@gnu.org>
date Fri, 23 Nov 2007 23:59:19 +0000
parents a6cfd62b2902
children ebfe667a8dd5
comparison
equal deleted inserted replaced
86379:2ac1a9b70580 86380:2f0cad6a4f81
3893 3893
3894 * calc/calc-math.el (math-smallest-emacs-expt): 3894 * calc/calc-math.el (math-smallest-emacs-expt):
3895 Make the computation more robust. 3895 Make the computation more robust.
3896 3896
3897 2007-09-30 David Kastrup <dak@gnu.org> 3897 2007-09-30 David Kastrup <dak@gnu.org>
3898
3899 * server.el (server-process-filter): Use `command-line-args-left'
3898 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
3902 quoting. 3904 quoting.