diff options
| author | Richard M. Stallman | 1995-04-30 19:18:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-30 19:18:47 +0000 |
| commit | 2725719aef2bd173e7cde691afcb39c9ced1c80e (patch) | |
| tree | 4370df156853828b0ff6a35599ec777c01420c9e | |
| parent | 34e1af81c804e77bc65251db7dcefbfba099e6fa (diff) | |
| download | emacs-2725719aef2bd173e7cde691afcb39c9ced1c80e.tar.gz emacs-2725719aef2bd173e7cde691afcb39c9ced1c80e.zip | |
(standard_args): Add #ifdef VMS for -map.
| -rw-r--r-- | src/emacs.c | 2 |
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 | |||
| 958 | struct standard_args standard_args[] = | 958 | struct 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 }, |