Mercurial > emacs
changeset 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 | eba5c25341ff |
children | 5c151211d571 |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 },