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

Diff of /emacs/src/xfaces.c

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

revision 1.250.2.8 by handa, Tue Oct 29 12:02:20 2002 UTC revision 1.250.2.9 by handa, Tue Oct 29 12:14:44 2002 UTC
# Line 2304  font_resizing_ratio (char *name) Line 2304  font_resizing_ratio (char *name)
2304            elt = XCAR (tail);            elt = XCAR (tail);
2305            if (STRINGP (XCAR (elt)) && FLOATP (XCDR (elt))            if (STRINGP (XCAR (elt)) && FLOATP (XCDR (elt))
2306                && fast_c_string_match_ignore_case (XCAR (elt), name) >= 0)                && fast_c_string_match_ignore_case (XCAR (elt), name) >= 0)
2307              {              return XFLOAT_DATA (XCDR (elt));
               fprintf (stderr, "resized: %s\n", name);  
               return XFLOAT_DATA (XCDR (elt));  
             }  
2308          }          }
2309      }      }
2310    return 1.0;    return 1.0;

Legend:
Removed from v.1.250.2.8  
changed lines
  Added in v.1.250.2.9

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