Mercurial > hg > xemacs-beta
diff src/console-tty.c @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 360340f9fd5f |
children | 0132846995bd |
line wrap: on
line diff
--- a/src/console-tty.c Mon Aug 13 09:37:21 2007 +0200 +++ b/src/console-tty.c Mon Aug 13 09:38:25 2007 +0200 @@ -127,6 +127,11 @@ #endif /* MULE */ CONSOLE_TTY_DATA (con)->terminal_type = terminal_type; CONSOLE_TTY_DATA (con)->controlling_process = controlling_process; + +#ifdef HAVE_GPM + connect_to_gpm(con); +#endif + if (NILP (CONSOLE_NAME (con))) CONSOLE_NAME (con) = Ffile_name_nondirectory (tty); {