Mercurial > emacs
changeset 55395:8640357a1aa5
(main) [VMS]: Fix var ref.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 06 May 2004 19:46:31 +0000 |
parents | 06ec2e56299e |
children | c6a13e95892c |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu May 06 19:18:34 2004 +0000 +++ b/src/emacs.c Thu May 06 19:46:31 2004 +0000 @@ -894,7 +894,7 @@ /* If -map specified, map the data file in. */ { char *file; - if (argmatch (argv, argc, "-map", "--map-data", 3, &mapin_file, &skip_args)) + if (argmatch (argv, argc, "-map", "--map-data", 3, &file, &skip_args)) mapin_data (file); }