Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cf91c6c8
Commit
cf91c6c8
authored
Jul 07, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
ca04638e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/startup.el
lisp/startup.el
+2
-0
src/xterm.c
src/xterm.c
+2
-0
No files found.
lisp/startup.el
View file @
cf91c6c8
...
...
@@ -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"
)
...
...
src/xterm.c
View file @
cf91c6c8
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment