mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
(list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.
This commit is contained in:
parent
92d2947be4
commit
ec2258fa88
1 changed files with 1 additions and 1 deletions
|
|
@ -1290,7 +1290,7 @@ list_processes_1 (query_only)
|
|||
XSETFASTINT (minspace, 1);
|
||||
|
||||
set_buffer_internal (XBUFFER (Vstandard_output));
|
||||
Fbuffer_disable_undo (Vstandard_output);
|
||||
current_buffer->undo_list = Qt;
|
||||
|
||||
current_buffer->truncate_lines = Qt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue