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

Diff of /emacs/src/macterm.c

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

revision 1.48 by miles, Mon Sep 1 15:45:56 2003 UTC revision 1.49 by handa, Fri Oct 3 11:36:04 2003 UTC
# Line 6240  x_load_font (f, fontname, size) Line 6240  x_load_font (f, fontname, size)
6240    
6241      /* Now fill in the slots of *FONTP.  */      /* Now fill in the slots of *FONTP.  */
6242      BLOCK_INPUT;      BLOCK_INPUT;
6243        bzero (fontp, sizeof (*fontp));
6244      fontp->font = font;      fontp->font = font;
6245      fontp->font_idx = i;      fontp->font_idx = i;
6246      fontp->name = (char *) xmalloc (strlen (font->fontname) + 1);      fontp->name = (char *) xmalloc (strlen (font->fontname) + 1);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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