mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(command-line-args-left): Add defvar.
This commit is contained in:
parent
e307a7b225
commit
860befc8a2
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ Elements look like (SWITCH-STRING . HANDLER-FUNCTION).
|
|||
HANDLER-FUNCTION receives switch name as sole arg;
|
||||
remaining command-line args are in the variable `command-line-args-left'.")
|
||||
|
||||
(defvar command-line-args-left nil
|
||||
"List of command-line args not yet processed.")
|
||||
|
||||
(defvar command-line-functions nil ;; lrs 7/31/89
|
||||
"List of functions to process unrecognized command-line arguments.
|
||||
Each function should access the dynamically bound variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue