emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src w32uniscribe.c


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src w32uniscribe.c
Date: Tue, 23 Jun 2009 05:49:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/06/23 05:49:16

Modified files:
        src            : w32uniscribe.c 

Log message:
        Change font_add_log to FONT_ADD_LOG.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/w32uniscribe.c?cvsroot=emacs&r1=1.31&r2=1.32

Patches:
Index: w32uniscribe.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32uniscribe.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- w32uniscribe.c      8 Jan 2009 03:16:07 -0000       1.31
+++ w32uniscribe.c      23 Jun 2009 05:49:16 -0000      1.32
@@ -78,7 +78,7 @@
      Lisp_Object frame, font_spec;
 {
   Lisp_Object fonts = w32font_list_internal (frame, font_spec, 1);
-  font_add_log ("uniscribe-list", font_spec, fonts);
+  FONT_ADD_LOG ("uniscribe-list", font_spec, fonts);
   return fonts;
 }
 
@@ -87,7 +87,7 @@
      Lisp_Object frame, font_spec;
 {
   Lisp_Object entity = w32font_match_internal (frame, font_spec, 1);
-  font_add_log ("uniscribe-match", font_spec, entity);
+  FONT_ADD_LOG ("uniscribe-match", font_spec, entity);
   return entity;
 }
 




reply via email to

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