diff src/device.c @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents 558f606b08ae
children 8626e4521993
line wrap: on
line diff
--- a/src/device.c	Mon Aug 13 11:03:09 2007 +0200
+++ b/src/device.c	Mon Aug 13 11:04:06 2007 +0200
@@ -817,6 +817,9 @@
 void
 io_error_delete_device (Lisp_Object device)
 {
+  /* Note: it's the console that should get deleted, but
+     delete_device_internal() contains a hack that also deletes the
+     console when called from this function.  */
   delete_device_internal (XDEVICE (device), 1, 0, 1);
 }