diff src/specifier.c @ 5920:0f2338afbabf cygwin

Minimum necessary to get started: sufficient to compile OK, run -nw, but not with window
author Henry Thompson <ht@markup.co.uk>
date Mon, 21 Apr 2014 11:42:50 +0100
parents b0d40183ac79
children
line wrap: on
line diff
--- a/src/specifier.c	Thu Dec 16 11:20:17 2021 +0000
+++ b/src/specifier.c	Mon Apr 21 11:42:50 2014 +0100
@@ -951,7 +951,7 @@
   Lisp_Object devtype, devclass, rest;
   struct device *d = XDEVICE (device);
 
-  devtype = DEVICE_TYPE (d);
+  devtype = DEVICE_TYPE_X (d);
   devclass = DEVICE_CLASS (d);
 
   LIST_LOOP (rest, tag_set)
@@ -1343,7 +1343,7 @@
 
   list = Fnreverse (list);
   list = Fcons (DEVICE_CLASS (d), list);
-  list = Fcons (DEVICE_TYPE  (d), list);
+  list = Fcons (DEVICE_TYPE_X  (d), list);
 
   RETURN_UNGCPRO (list);
 }