comparison src/faces.c @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents 697ef44129c6
children 11054d720c21
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
264 return result; 264 return result;
265 } 265 }
266 266
267 DEFINE_LRECORD_IMPLEMENTATION_WITH_PROPS ("face", face, 267 DEFINE_LRECORD_IMPLEMENTATION_WITH_PROPS ("face", face,
268 mark_face, print_face, 0, face_equal, 268 mark_face, print_face, 0, face_equal,
269 face_hash, face_getprop, 269 face_hash, 0, face_getprop,
270 face_putprop, face_remprop, 270 face_putprop, face_remprop,
271 face_plist, struct Lisp_Face); 271 face_plist, struct Lisp_Face);
272 272
273 /************************************************************************/ 273 /************************************************************************/
274 /* face read syntax */ 274 /* face read syntax */