From: Richard M. Stallman Date: Sun, 30 Apr 1995 19:18:47 +0000 (+0000) Subject: (standard_args): Add #ifdef VMS for -map. X-Git-Tag: emacs-19.34~4229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2725719aef2bd173e7cde691afcb39c9ced1c80e;p=emacs.git (standard_args): Add #ifdef VMS for -map. --- diff --git a/src/emacs.c b/src/emacs.c index 472519cac3d..5f5251c238d 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -958,7 +958,9 @@ struct standard_args struct standard_args standard_args[] = { { "-nl", "--no-shared-memory", 100, 0 }, +#ifdef VMS { "-map", "--map-data", 100, 0 }, +#endif { "-t", "--terminal", 90, 1 }, { "-d", "--display", 80, 1 }, { "-display", 0, 80, 1 },