aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-30 19:18:47 +0000
committerRichard M. Stallman1995-04-30 19:18:47 +0000
commit2725719aef2bd173e7cde691afcb39c9ced1c80e (patch)
tree4370df156853828b0ff6a35599ec777c01420c9e
parent34e1af81c804e77bc65251db7dcefbfba099e6fa (diff)
downloademacs-2725719aef2bd173e7cde691afcb39c9ced1c80e.tar.gz
emacs-2725719aef2bd173e7cde691afcb39c9ced1c80e.zip
(standard_args): Add #ifdef VMS for -map.
-rw-r--r--src/emacs.c2
1 files changed, 2 insertions, 0 deletions
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
958struct standard_args standard_args[] = 958struct standard_args standard_args[] =
959{ 959{
960 { "-nl", "--no-shared-memory", 100, 0 }, 960 { "-nl", "--no-shared-memory", 100, 0 },
961#ifdef VMS
961 { "-map", "--map-data", 100, 0 }, 962 { "-map", "--map-data", 100, 0 },
963#endif
962 { "-t", "--terminal", 90, 1 }, 964 { "-t", "--terminal", 90, 1 },
963 { "-d", "--display", 80, 1 }, 965 { "-d", "--display", 80, 1 },
964 { "-display", 0, 80, 1 }, 966 { "-display", 0, 80, 1 },