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
b26dd9cb
Commit
b26dd9cb
authored
Jan 02, 1996
by
Erik Naggum
Browse files
(Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.
parent
e1bd1cb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/buffer.c
View file @
b26dd9cb
...
...
@@ -1022,8 +1022,8 @@ with `delete-process'.")
tem
=
Vinhibit_quit
;
Vinhibit_quit
=
Qt
;
Vbuffer_alist
=
Fdelq
(
Frassq
(
buf
,
Vbuffer_alist
),
Vbuffer_alist
);
replace_buffer_in_all_windows
(
buf
);
Vbuffer_alist
=
Fdelq
(
Frassq
(
buf
,
Vbuffer_alist
),
Vbuffer_alist
);
Vinhibit_quit
=
tem
;
/* Delete any auto-save file, if we saved it in this session. */
...
...
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