Revision: emacs--multi-tty--0--patch-213 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Sat Jul 10 23:21:04 CEST 2004 Standard-date: 2004-07-10 21:21:04 GMT Modified-files: lisp/frame.el src/keyboard.c src/term.c New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-213 Summary: Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu). Keywords: * src/term.c (Fdisplay_controlling_tty_p): New function. * src/term.c (syms_of_term): Initialize Sdisplay_controlling_tty_p. * lisp/frame.el (suspend-frame): Use display-controlling-tty-p to decide between suspend-emacs and suspend-tty. * src/keyboard.c (Fsuspend_emacs): Give a better error message when there are multiple open tty devices.