]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_match_data): Fix last change.
authorKim F. Storm <storm@cua.dk>
Wed, 8 Jun 2005 22:54:39 +0000 (22:54 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 8 Jun 2005 22:54:39 +0000 (22:54 +0000)
src/search.c

index 2a75c96e1175b8aacd3bda44514c948d37025c5f..c1f2fd77cec6062802e5fa103698287cb609b175 100644 (file)
@@ -2942,6 +2942,7 @@ Note: No other references to the markers must exist if you use this.  */)
                  free_marker (m);
                else
                  unchain_marker (XMARKER (m));
+               XSETCAR (list, Qnil);
              }
 
            if ((list = XCDR (list), !CONSP (list)))
@@ -2962,6 +2963,7 @@ Note: No other references to the markers must exist if you use this.  */)
                  free_marker (m);
                else
                  unchain_marker (XMARKER (m));
+               XSETCAR (list, Qnil);
              }
          }
        list = XCDR (list);