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

Diff of /emacs/src/w32fns.c

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

revision 1.171 by raeburn, Mon May 20 08:06:39 2002 UTC revision 1.172 by raeburn, Tue May 21 21:35:41 2002 UTC
# Line 7252  enum_font_maybe_add_to_list (lpef, logfo Line 7252  enum_font_maybe_add_to_list (lpef, logfo
7252        if (NILP (Fmember (font_name, lpef->list)))        if (NILP (Fmember (font_name, lpef->list)))
7253          {          {
7254            *lpef->tail = Fcons (Fcons (build_string (buf), width), Qnil);            *lpef->tail = Fcons (Fcons (build_string (buf), width), Qnil);
7255            lpef->tail = &(XCDR (*lpef->tail));            lpef->tail = &(XCDR_AS_LVALUE (*lpef->tail));
7256            lpef->numFonts++;            lpef->numFonts++;
7257          }          }
7258      }      }

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

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