(file_name_completion): Don't use XFASTINT as an lvalue.
authorKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 15:45:26 +0000 (15:45 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 15:45:26 +0000 (15:45 +0000)
src/dired.c

index cb1a8d8..cfe70d9 100644 (file)
@@ -382,7 +382,7 @@ file_name_completion (file, dirname, all_flag, ver_flag)
            {
              Lisp_Object regexps;
              Lisp_Object zero;
-             XFASTINT (zero) = 0;
+             XSETFASTINT (zero, 0);
 
              /* Ignore this element if it fails to match all the regexps.  */
              for (regexps = Vcompletion_regexp_list; CONSP (regexps);