]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): Add #ifdef VMS for -map.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Apr 1995 19:18:47 +0000 (19:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Apr 1995 19:18:47 +0000 (19:18 +0000)
src/emacs.c

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