Revision: emacs--multi-tty--0--patch-72 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Mon Feb 2 23:09:56 CET 2004 Standard-date: 2004-02-02 22:09:56 GMT Modified-files: README.multi-tty src/term.c New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-72 Summary: Fix the case when emacsclient is run on Emacs's controlling tty. Keywords: src/term.c (O_NOCTTY): Make sure it's defined. (no_controlling_tty): New variable. (init_initial_display, mark_ttys): Remove unused variable. (term_init): Check that the given filename is a terminal device. Dissociate the controlling terminal if we reopen it for other purposes. (Reported by Dan Nicolaescu . (Fdelete_tty): Return nil.