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
8fdae34a
Commit
8fdae34a
authored
Aug 30, 1994
by
Richard M. Stallman
Browse files
(make-help-screen): Don't call window-frame in a non-multi-frame Emacs.
parent
24c22852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lisp/help-macro.el
lisp/help-macro.el
+5
-4
No files found.
lisp/help-macro.el
View file @
8fdae34a
...
...
@@ -114,10 +114,11 @@ and then returns."
(
progn
(
setq
config
(
current-window-configuration
))
(
switch-to-buffer-other-window
"*Help*"
)
(
if
(
not
(
eq
(
window-frame
(
selected-window
))
prev-frame
))
(
setq
new-frame
(
window-frame
(
selected-window
))
config
nil
))
(
and
(
fboundp
'make-frame
)
(
not
(
eq
(
window-frame
(
selected-window
))
prev-frame
))
(
setq
new-frame
(
window-frame
(
selected-window
))
config
nil
))
(
erase-buffer
)
(
insert
help-screen
)
(
goto-char
(
point-min
))
...
...
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