aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-07-17 01:38:59 -0700
committerMichael Olson <mwolson@gnu.org>2008-07-17 01:38:59 -0700
commitd9e91adaff80faf0df2fc1f9199cc9f613bc1c98 (patch)
tree60723c05303398d3262a5e1afc4e3aafc13044ef /lisp
parenta31cdb0104a6ee08761cdca69c31f3671205ac30 (diff)
tq: Disable undo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/tq.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/tq.el b/lisp/tq.el
index 8daa9a2..508981e 100644
--- a/lisp/tq.el
+++ b/lisp/tq.el
@@ -87,6 +87,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)))