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

Diff of /emacs/src/fontset.c

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

revision 1.76 by lektu, Thu Feb 20 14:13:03 2003 UTC revision 1.77 by rms, Sat May 17 12:46:53 2003 UTC
# Line 1305  If FRAME is omitted, it defaults to the Line 1305  If FRAME is omitted, it defaults to the
1305      {      {
1306        /* Merge FONTSET onto the default fontset.  */        /* Merge FONTSET onto the default fontset.  */
1307        val = Fcopy_sequence (Vdefault_fontset);        val = Fcopy_sequence (Vdefault_fontset);
1308        map_char_table (override_font_info, Qnil, fontset, val, 0, indices);        map_char_table (override_font_info, Qnil, fontset, fontset, val, 0, indices);
1309        fontset = val;        fontset = val;
1310      }      }
1311    
# Line 1317  If FRAME is omitted, it defaults to the Line 1317  If FRAME is omitted, it defaults to the
1317                        Fcons (XCDR (FONTSET_ASCII (fontset)), Qnil)),                        Fcons (XCDR (FONTSET_ASCII (fontset)), Qnil)),
1318                 Qnil);                 Qnil);
1319    val = Fcons (val, val);    val = Fcons (val, val);
1320    map_char_table (accumulate_font_info, Qnil, fontset, val, 0, indices);    map_char_table (accumulate_font_info, Qnil, fontset, fontset, val, 0, indices);
1321    val = XCDR (val);    val = XCDR (val);
1322    
1323    /* For each FONT-INFO, if CHAR_OR_RANGE (car part) is a generic    /* For each FONT-INFO, if CHAR_OR_RANGE (car part) is a generic

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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