diff src/faces.h @ 498:88e7e9bafe19

[xemacs-hg @ 2001-05-02 16:08:10 by james] Correctly order SET_FACE_PROPERTY parameters.
author james
date Wed, 02 May 2001 16:08:11 +0000
parents abe6d1db359e
children 190b164ddcac
line wrap: on
line diff
--- a/src/faces.h	Wed May 02 10:22:58 2001 +0000
+++ b/src/faces.h	Wed May 02 16:08:11 2001 +0000
@@ -341,9 +341,9 @@
 #define FACE_PROPERTY_SPEC_LIST(face, property, locale)			\
   Fspecifier_spec_list (FACE_PROPERTY_SPECIFIER (face, property),	\
 			locale, Qnil, Qnil)
-#define SET_FACE_PROPERTY(face, property, locale, value, tag, how_to_add) \
+#define SET_FACE_PROPERTY(face, property, value, locale, tag, how_to_add) \
   Fadd_spec_to_specifier (FACE_PROPERTY_SPECIFIER (face, property),	\
-			  locale, value, tag, how_to_add)
+			  value, locale, tag, how_to_add)
 
 #define FACE_FOREGROUND(face, domain)					\
   FACE_PROPERTY_INSTANCE (face, Qforeground, domain, 0, Qzero)