]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): Add -L/--directory/-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Apr 1995 20:29:44 +0000 (20:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Apr 1995 20:29:44 +0000 (20:29 +0000)
src/emacs.c

index e58e376ddd2f5f2a77f6052842c0bf3cd96ce88a..472519cac3d5ff0574301fc7d69a11a32241f3de 100644 (file)
@@ -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 },