Mercurial > emacs
comparison etc/NEWS @ 84988:2e9aec8f7126
(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.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Sun, 30 Sep 2007 20:43:14 +0000 |
parents | 326397a38098 |
children | 0d62f6d35184 |
comparison
equal
deleted
inserted
replaced
84987:9f33047587c7 | 84988:2e9aec8f7126 |
---|---|
101 | 101 |
102 ** New user option `initial-buffer-choice' specifies what to display | 102 ** New user option `initial-buffer-choice' specifies what to display |
103 after starting Emacs: startup screen, *scratch* buffer, visiting a | 103 after starting Emacs: startup screen, *scratch* buffer, visiting a |
104 file or directory. | 104 file or directory. |
105 | 105 |
106 ** New alias `argv' for `command-line-args-left' | |
107 This is a convenience alias, so that one can write `(pop argv)' | |
108 inside of --eval command line arguments in order to access | |
109 following arguments. | |
106 | 110 |
107 * Incompatible Editing Changes in Emacs 23.1 | 111 * Incompatible Editing Changes in Emacs 23.1 |
108 | 112 |
109 | 113 |
110 * Editing Changes in Emacs 23.1 | 114 * Editing Changes in Emacs 23.1 |