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
0a63b212
Commit
0a63b212
authored
Jun 28, 1997
by
Richard M. Stallman
Browse files
(Fbury_buffer): Undo previous change.
parent
97565dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/buffer.c
src/buffer.c
+3
-7
No files found.
src/buffer.c
View file @
0a63b212
...
...
@@ -1558,6 +1558,9 @@ selected window if it is displayed there.")
if (NILP (buffer))
{
XSETBUFFER (buffer, current_buffer);
/* If we're burying the current buffer, unshow it. */
Fswitch_to_buffer (Fother_buffer (buffer, Qnil), Qnil);
}
else
{
...
...
@@ -1569,13 +1572,6 @@ selected window if it is displayed there.")
buffer = buf1;
}
/* Unshow the buffer in the selected window, if it is there. */
if (EQ (XWINDOW (selected_window)->buffer, buffer))
Fswitch_to_buffer (Fother_buffer (buffer, Qnil), Qnil);
/* Otherwise, unshow it in other frames. */
else
Freplace_buffer_in_windows (buffer);
/* Move buffer to the end of the buffer list. */
{
register Lisp_Object aelt, link;
...
...
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