diff options
| author | Richard M. Stallman | 1995-04-29 20:29:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-29 20:29:44 +0000 |
| commit | 4af9e0b30f625eca7c423b139ba2acbe8c691384 (patch) | |
| tree | 92cb56184325dc7fb8854fe3084d8eb49848db10 /src | |
| parent | c823611d96abfee4f6abbd697c5b8a98f80a727f (diff) | |
| download | emacs-4af9e0b30f625eca7c423b139ba2acbe8c691384.tar.gz emacs-4af9e0b30f625eca7c423b139ba2acbe8c691384.zip | |
(standard_args): Add -L/--directory/-directory.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index e58e376ddd2..472519cac3d 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -995,6 +995,8 @@ struct standard_args standard_args[] = | |||
| 995 | { "-vb", "--vertical-scroll-bars", 5, 0 }, | 995 | { "-vb", "--vertical-scroll-bars", 5, 0 }, |
| 996 | /* These have the same priority as ordinary file name args, | 996 | /* These have the same priority as ordinary file name args, |
| 997 | so they are not reordered with respect to those. */ | 997 | so they are not reordered with respect to those. */ |
| 998 | { "-L", "--directory", 0, 1 }, | ||
| 999 | { "-directory", 0, 0, 1 }, | ||
| 998 | { "-l", "--load", 0, 1 }, | 1000 | { "-l", "--load", 0, 1 }, |
| 999 | { "-load", 0, 0, 1 }, | 1001 | { "-load", 0, 0, 1 }, |
| 1000 | { "-f", "--funcall", 0, 1 }, | 1002 | { "-f", "--funcall", 0, 1 }, |