diff options
| author | Richard M. Stallman | 2004-12-27 16:06:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-27 16:06:43 +0000 |
| commit | ec2258fa88b7d3f41ccfa87fa71f7b85a411ff2b (patch) | |
| tree | 8057b4e23c93a0073189bfa21058002624f16e69 /src | |
| parent | 92d2947be488f15437d52b0e51ae8830ba7b980d (diff) | |
| download | emacs-ec2258fa88b7d3f41ccfa87fa71f7b85a411ff2b.tar.gz emacs-ec2258fa88b7d3f41ccfa87fa71f7b85a411ff2b.zip | |
(list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index ad4cf8f8546..6134d3131bc 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1290,7 +1290,7 @@ list_processes_1 (query_only) | |||
| 1290 | XSETFASTINT (minspace, 1); | 1290 | XSETFASTINT (minspace, 1); |
| 1291 | 1291 | ||
| 1292 | set_buffer_internal (XBUFFER (Vstandard_output)); | 1292 | set_buffer_internal (XBUFFER (Vstandard_output)); |
| 1293 | Fbuffer_disable_undo (Vstandard_output); | 1293 | current_buffer->undo_list = Qt; |
| 1294 | 1294 | ||
| 1295 | current_buffer->truncate_lines = Qt; | 1295 | current_buffer->truncate_lines = Qt; |
| 1296 | 1296 | ||