]> git.eshelyaron.com Git - emacs.git/commitdiff
(do_switch_frame): Don't try to refocus termcap frames.
authorKarl Heuer <kwzh@gnu.org>
Mon, 24 Apr 1995 17:39:46 +0000 (17:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 24 Apr 1995 17:39:46 +0000 (17:39 +0000)
src/frame.c

index ff6e7cd10ac22e59ce56de666fcc19f3b73bd02d..f6c8c57186c69311adaaf63a4d45af721416f74d 100644 (file)
@@ -451,7 +451,7 @@ do_switch_frame (frame, no_enter, track)
 #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;