comparison src/device.c @ 5475:248176c74e6b

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Sat, 23 Apr 2011 23:47:13 +0200
parents 308d34e9f07d 5256fedd50e6
children 56144c8593a8
comparison
equal deleted inserted replaced
5474:4dee0387b9de 5475:248176c74e6b
1053 (device)) 1053 (device))
1054 { 1054 {
1055 return DEVICE_PRINTER_P (decode_device (device)) ? Qt : Qnil; 1055 return DEVICE_PRINTER_P (decode_device (device)) ? Qt : Qnil;
1056 } 1056 }
1057 1057
1058 DEFUN ("device-system-metric", Fdevice_system_metric, 1, 3, 0, /* 1058 DEFUN ("device-system-metric", Fdevice_system_metric, 2, 3, 0, /*
1059 Get a metric for DEVICE as provided by the system. 1059 Get DEVICE METRIC as provided by the system.
1060 1060
1061 METRIC must be a symbol specifying requested metric. Note that the metrics 1061 METRIC must be a symbol specifying requested metric. Note that the metrics
1062 returned are these provided by the system internally, not read from resources, 1062 returned are these provided by the system internally, not read from resources,
1063 so obtained from the most internal level. 1063 so obtained from the most internal level.
1064 1064