*** empty log message ***
This commit is contained in:
parent
ca04638e0f
commit
cf91c6c810
2 changed files with 4 additions and 0 deletions
|
@ -338,6 +338,8 @@ Type \\[describe-distribution] for information on getting the latest version."))
|
|||
(setq command-line-args-left (cdr command-line-args-left)))
|
||||
((or (string-equal argi "-i")
|
||||
(string-equal argi "-insert"))
|
||||
(or (stringp (car command-line-args-left))
|
||||
(error "filename omitted from `-i' option"))
|
||||
(insert-file-contents (car command-line-args-left))
|
||||
(setq command-line-args-left (cdr command-line-args-left)))
|
||||
((string-equal argi "-kill")
|
||||
|
|
|
@ -3374,8 +3374,10 @@ x_make_screen_visible (s)
|
|||
if (! SCREEN_VISIBLE_P (s))
|
||||
{
|
||||
#ifdef HAVE_X11
|
||||
#if 0
|
||||
if (! EQ (Vx_no_window_manager, Qt))
|
||||
x_wm_set_window_state (s, NormalState);
|
||||
#endif
|
||||
|
||||
XMapWindow (XDISPLAY s->display.x->window_desc);
|
||||
if (s->display.x->v_scrollbar != 0 || s->display.x->h_scrollbar != 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue