emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/fontset.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/international/fontset.el
Date: Mon, 14 Apr 2003 03:53:33 -0400

Index: emacs/lisp/international/fontset.el
diff -c emacs/lisp/international/fontset.el:1.58 
emacs/lisp/international/fontset.el:1.59
*** emacs/lisp/international/fontset.el:1.58    Wed Apr  9 03:30:23 2003
--- emacs/lisp/international/fontset.el Mon Apr 14 03:53:32 2003
***************
*** 398,404 ****
           (aset xlfd-fields index "*")
           (setq index (1+ index))))))
      (unless ascii-font
!       (error "No fonts founds"))
      ascii-font))
  
  
--- 398,404 ----
           (aset xlfd-fields index "*")
           (setq index (1+ index))))))
      (unless ascii-font
!       (error "No fonts found"))
      ascii-font))
  
  
***************
*** 571,577 ****
    "Create a fontset from an ASCII font FONT.
  
  Optional 1st arg RESOLVED-FONT is a resolved name of FONT.  If
! omitted, x-resolve-font-name is called to get the resolved name.  At
  this time, if FONT is not available, error is signaled.
  
  Optional 2nd arg FONTSET-NAME is a string to be used in
--- 571,577 ----
    "Create a fontset from an ASCII font FONT.
  
  Optional 1st arg RESOLVED-FONT is a resolved name of FONT.  If
! omitted, `x-resolve-font-name' is called to get the resolved name.  At
  this time, if FONT is not available, error is signaled.
  
  Optional 2nd arg FONTSET-NAME is a string to be used in




reply via email to

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