From: Richard M. Stallman Date: Sat, 29 Apr 1995 20:29:44 +0000 (+0000) Subject: (standard_args): Add -L/--directory/-directory. X-Git-Tag: emacs-19.34~4235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4af9e0b30f625eca7c423b139ba2acbe8c691384;p=emacs.git (standard_args): Add -L/--directory/-directory. --- 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 },