comparison src/faces.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents f955c73f5258
children b2472a1930f2
comparison
equal deleted inserted replaced
248:ad40ac2754d8 249:83b3d10dcba9
870 } 870 }
871 871
872 void 872 void
873 init_device_faces (struct device *d) 873 init_device_faces (struct device *d)
874 { 874 {
875 /* This function can call lisp */
876
875 /* When making the initial terminal device, there is no Lisp code 877 /* When making the initial terminal device, there is no Lisp code
876 loaded, so we can't do this. */ 878 loaded, so we can't do this. */
877 if (initialized) 879 if (initialized)
878 { 880 {
879 Lisp_Object tdevice; 881 Lisp_Object tdevice;