Mercurial > hg > xemacs-beta
diff src/device-tty.c @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | e11d67e05968 |
line wrap: on
line diff
--- a/src/device-tty.c Mon Aug 13 10:33:19 2007 +0200 +++ b/src/device-tty.c Mon Aug 13 10:34:13 2007 +0200 @@ -187,14 +187,14 @@ struct console *con = XCONSOLE (DEVICE_CONSOLE (d)); switch (m) { - case size_device: + case DM_size_device: return Fcons (make_int (CONSOLE_TTY_DATA (con)->width), make_int (CONSOLE_TTY_DATA (con)->height)); break; } /* Do not know such property */ - return Qnil; + return Qunbound; } /************************************************************************/