emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Sun, 31 Aug 2003 18:15:16 -0400

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.194 emacs/src/w32term.c:1.195
*** emacs/src/w32term.c:1.194   Wed Aug 27 18:33:54 2003
--- emacs/src/w32term.c Sun Aug 31 18:15:15 2003
***************
*** 895,901 ****
    BOOL retval;
  
    xassert (font && char2b);
-   xassert (font_type != UNKNOWN_FONT);
  
    /* Handle the common cases quickly.  */
    if (!font->bdf && font->per_char == NULL)
--- 895,900 ----
***************
*** 903,908 ****
--- 902,909 ----
      return &font->max_bounds;
    else if (!font->bdf && *char2b < 128)
      return &font->per_char[*char2b];
+ 
+   xassert (font_type != UNKNOWN_FONT);
  
    pcm = &font->scratch;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]