Mercurial > hg > xemacs-beta
comparison src/device.c @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | 3d6bfa290dbd |
children | 434959a2fba3 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
410 DEVICE_LOOP_NO_BREAK (devcons, concons) | 410 DEVICE_LOOP_NO_BREAK (devcons, concons) |
411 { | 411 { |
412 Lisp_Object device = XCAR (devcons); | 412 Lisp_Object device = XCAR (devcons); |
413 | 413 |
414 if (EQ (CONMETH_TYPE (meths), DEVICE_TYPE (XDEVICE (device))) | 414 if (EQ (CONMETH_TYPE (meths), DEVICE_TYPE (XDEVICE (device))) |
415 && !NILP (Fequal (DEVICE_CANON_CONNECTION (XDEVICE (device)), | 415 && internal_equal (DEVICE_CANON_CONNECTION (XDEVICE (device)), |
416 canon))) | 416 canon, 0)) |
417 return device; | 417 return device; |
418 } | 418 } |
419 | 419 |
420 return Qnil; | 420 return Qnil; |
421 } | 421 } |