diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-29 20:29:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-29 20:29:44 +0000 |
commit | 3d65ae4a27586fcd49f09066684e71bb536e5723 (patch) | |
tree | b7cdc22b463b17ea76c8e8b06515de0338065ad7 /src/emacs.c | |
parent | 0d55d2fe856482e40949fc05203f5739ee35b157 (diff) | |
download | emacs-3d65ae4a27586fcd49f09066684e71bb536e5723.tar.gz |
(standard_args): Add -L/--directory/-directory.
Diffstat (limited to 'src/emacs.c')
-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[] = { "-vb", "--vertical-scroll-bars", 5, 0 }, /* These have the same priority as ordinary file name args, so they are not reordered with respect to those. */ + { "-L", "--directory", 0, 1 }, + { "-directory", 0, 0, 1 }, { "-l", "--load", 0, 1 }, { "-load", 0, 0, 1 }, { "-f", "--funcall", 0, 1 }, |