comparison src/emacs.c @ 11623:584362605c5e

(standard_args): Add -L/--directory/-directory.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Apr 1995 20:29:44 +0000
parents b59f90606227
children bae8a831397f
comparison
equal deleted inserted replaced
11622:eba5c25341ff 11623:584362605c5e
993 { "-rv", 0, 5, 0 }, 993 { "-rv", 0, 5, 0 },
994 { "-reverse", 0, 5, 0 }, 994 { "-reverse", 0, 5, 0 },
995 { "-vb", "--vertical-scroll-bars", 5, 0 }, 995 { "-vb", "--vertical-scroll-bars", 5, 0 },
996 /* These have the same priority as ordinary file name args, 996 /* These have the same priority as ordinary file name args,
997 so they are not reordered with respect to those. */ 997 so they are not reordered with respect to those. */
998 { "-L", "--directory", 0, 1 },
999 { "-directory", 0, 0, 1 },
998 { "-l", "--load", 0, 1 }, 1000 { "-l", "--load", 0, 1 },
999 { "-load", 0, 0, 1 }, 1001 { "-load", 0, 0, 1 },
1000 { "-f", "--funcall", 0, 1 }, 1002 { "-f", "--funcall", 0, 1 },
1001 { "-funcall", 0, 0, 1 }, 1003 { "-funcall", 0, 0, 1 },
1002 { "-insert", "--insert", 0, 1 }, 1004 { "-insert", "--insert", 0, 1 },