tq.el: Disable undo in buffer.
This commit is contained in:
parent
204ebc5b24
commit
a7be409c6b
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ to a tcp server on another machine."
|
|||
(generate-new-buffer
|
||||
(concat " tq-temp-"
|
||||
(process-name process)))))))
|
||||
(buffer-disable-undo (tq-buffer tq))
|
||||
(set-process-filter process
|
||||
`(lambda (proc string)
|
||||
(tq-filter ',tq string)))
|
||||
|
|
Loading…
Add table
Reference in a new issue