comparison src/device.c @ 229:434959a2fba3 r20-5b13

Import from CVS: tag r20-5b13
author cvs
date Mon, 13 Aug 2007 10:13:02 +0200
parents a2f645c6b9f8
children 727739f917cb
comparison
equal deleted inserted replaced
228:654d0f3a6a9b 229:434959a2fba3
1088 1088
1089 asynch_device_change_pending = 0; 1089 asynch_device_change_pending = 0;
1090 1090
1091 Vdevice_class_list = list3 (Qcolor, Qgrayscale, Qmono); 1091 Vdevice_class_list = list3 (Qcolor, Qgrayscale, Qmono);
1092 staticpro (&Vdevice_class_list); 1092 staticpro (&Vdevice_class_list);
1093 } 1093
1094 /* Death to devices.el !!! */
1095 Fprovide(intern("devices"));
1096 }