From 2725719aef2bd173e7cde691afcb39c9ced1c80e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Apr 1995 19:18:47 +0000 Subject: [PATCH] (standard_args): Add #ifdef VMS for -map. --- src/emacs.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- 2.39.5