diff src/emacs.c @ 55395:8640357a1aa5

(main) [VMS]: Fix var ref.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 06 May 2004 19:46:31 +0000
parents d57cf5187262
children 1d21085d1d46 46882e012e30
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);
   }