emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/font.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/font.c,v
Date: Sun, 27 Apr 2008 09:06:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/04/27 09:06:42

Index: font.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/font.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- font.c      1 Mar 2008 20:20:43 -0000       1.12
+++ font.c      27 Apr 2008 09:06:42 -0000      1.13
@@ -543,8 +543,7 @@
        {
          val = (font_property_table[i].validater) (prop, XCDR (elt));
          if (EQ (val, Qerror))
-           Fsignal (Qfont, list2 (build_string ("invalid font property"),
-                                  elt));
+           signal_error ("invalid font property", elt);
          XSETCDR (elt, val);
        }
     }




reply via email to

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