aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-07-10 02:33:41 +0000
committerJim Blandy1992-07-10 02:33:41 +0000
commit06b1a5ef11625ecec550c540b4fbbe5730fac312 (patch)
treee8cbb88de35f2befc7760890db6883093db88b1d /src
parent79058860e129d648e6121ac1996dadf0128dc25a (diff)
downloademacs-06b1a5ef11625ecec550c540b4fbbe5730fac312.tar.gz
emacs-06b1a5ef11625ecec550c540b4fbbe5730fac312.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/frame.c6
-rw-r--r--src/xterm.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/frame.c b/src/frame.c
index 41df7e26caf..1068c2e2e01 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -641,7 +641,9 @@ WARNING: If you use this under X, you should do `unfocus-screen' afterwards.")
641 641
642#if 0 642#if 0
643/* ??? Can this be replaced with a Lisp function? 643/* ??? Can this be replaced with a Lisp function?
644 It is used in minibuf.c. Can we get rid of that? */ 644 It is used in minibuf.c. Can we get rid of that?
645 Yes. All uses in minibuf.c are gone, and parallels to these
646 functions have been defined in screen.el. */
645 647
646DEFUN ("screen-configuration", Fscreen_configuration, Sscreen_configuration, 648DEFUN ("screen-configuration", Fscreen_configuration, Sscreen_configuration,
647 0, 0, 0, 649 0, 0, 0,
@@ -872,7 +874,7 @@ store_screen_param (s, prop, val)
872 error ("Surrogate minibuffer windows must be minibuffer windows."); 874 error ("Surrogate minibuffer windows must be minibuffer windows.");
873 875
874 if (SCREEN_HAS_MINIBUF (s) || SCREEN_MINIBUF_ONLY_P (s)) 876 if (SCREEN_HAS_MINIBUF (s) || SCREEN_MINIBUF_ONLY_P (s))
875 error ("Can't change surrogate minibuffer on screens with their own minibuffers."); 877 error ("Can't change the surrogate minibuffer of a screen with its own minibuffer.");
876 878
877 /* Install the chosen minibuffer window, with proper buffer. */ 879 /* Install the chosen minibuffer window, with proper buffer. */
878 s->minibuffer_window = val; 880 s->minibuffer_window = val;
diff --git a/src/xterm.c b/src/xterm.c
index 5261ed7158c..43f59d03ad2 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3374,10 +3374,8 @@ x_make_screen_visible (s)
3374 if (! SCREEN_VISIBLE_P (s)) 3374 if (! SCREEN_VISIBLE_P (s))
3375 { 3375 {
3376#ifdef HAVE_X11 3376#ifdef HAVE_X11
3377#if 0
3378 if (! EQ (Vx_no_window_manager, Qt)) 3377 if (! EQ (Vx_no_window_manager, Qt))
3379 x_wm_set_window_state (s, NormalState); 3378 x_wm_set_window_state (s, NormalState);
3380#endif
3381 3379
3382 XMapWindow (XDISPLAY s->display.x->window_desc); 3380 XMapWindow (XDISPLAY s->display.x->window_desc);
3383 if (s->display.x->v_scrollbar != 0 || s->display.x->h_scrollbar != 0) 3381 if (s->display.x->v_scrollbar != 0 || s->display.x->h_scrollbar != 0)