]> code.delx.au - gnu-emacs/commitdiff
tq.el: Disable undo in buffer.
authorMichael Olson <mwolson@gnu.org>
Sat, 20 Sep 2008 04:39:32 +0000 (04:39 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 20 Sep 2008 04:39:32 +0000 (04:39 +0000)
lisp/emacs-lisp/tq.el

index a7bfd3ac66738fc7f936555b624ec58f0d66905c..1ee6a12c5cf234ea7198c2f86b40b96cff1b2bfd 100644 (file)
@@ -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)))