/[emacs]/emacs/src/search.c
ViewVC logotype

Diff of /emacs/src/search.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.193 by kfstorm, Wed Jun 8 22:32:20 2005 UTC revision 1.194 by kfstorm, Wed Jun 8 22:54:39 2005 UTC
# Line 2942  Note: No other references to the markers Line 2942  Note: No other references to the markers
2942                    free_marker (m);                    free_marker (m);
2943                  else                  else
2944                    unchain_marker (XMARKER (m));                    unchain_marker (XMARKER (m));
2945                    XSETCAR (list, Qnil);
2946                }                }
2947    
2948              if ((list = XCDR (list), !CONSP (list)))              if ((list = XCDR (list), !CONSP (list)))
# Line 2962  Note: No other references to the markers Line 2963  Note: No other references to the markers
2963                    free_marker (m);                    free_marker (m);
2964                  else                  else
2965                    unchain_marker (XMARKER (m));                    unchain_marker (XMARKER (m));
2966                    XSETCAR (list, Qnil);
2967                }                }
2968            }            }
2969          list = XCDR (list);          list = XCDR (list);

Legend:
Removed from v.1.193  
changed lines
  Added in v.1.194

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26