From aa5310e43ad28f8955c2c1e10bde32f227950956 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 30 Sep 2007 20:43:14 +0000 Subject: (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 quoting. --- etc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/NEWS') diff --git a/etc/NEWS b/etc/NEWS index 63a3797b6d..d6c76df565 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -103,6 +103,10 @@ using several time zones, in a buffer. after starting Emacs: startup screen, *scratch* buffer, visiting a file or directory. +** New alias `argv' for `command-line-args-left' +This is a convenience alias, so that one can write `(pop argv)' +inside of --eval command line arguments in order to access +following arguments. * Incompatible Editing Changes in Emacs 23.1 -- cgit v1.2.3