From 4af9e0b30f625eca7c423b139ba2acbe8c691384 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Apr 1995 20:29:44 +0000 Subject: [PATCH] (standard_args): Add -L/--directory/-directory. --- src/emacs.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- 2.39.5