# HG changeset patch # User Richard M. Stallman # Date 799187384 0 # Node ID 584362605c5ef7495cf4799a41892f5d1d161d83 # Parent eba5c25341ff972ed07bec70bbf3c391202a266b (standard_args): Add -L/--directory/-directory. diff -r eba5c25341ff -r 584362605c5e src/emacs.c --- a/src/emacs.c Sat Apr 29 20:21:41 1995 +0000 +++ b/src/emacs.c Sat Apr 29 20:29:44 1995 +0000 @@ -995,6 +995,8 @@ { "-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 },