Mercurial > emacs
changeset 11532:a98672909b35
(do_switch_frame): Don't try to refocus termcap frames.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 24 Apr 1995 17:39:46 +0000 |
parents | 355c40d2b1d2 |
children | 2d1e996c4359 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Mon Apr 24 17:25:45 1995 +0000 +++ b/src/frame.c Mon Apr 24 17:39:46 1995 +0000 @@ -451,7 +451,7 @@ #else /* ! 0 */ /* Instead, apply it only to the frame we're pointing to. */ #ifdef HAVE_X_WINDOWS - if (track) + if (track && FRAME_X_P (XFRAME (frame))) { Lisp_Object focus, xfocus;