From d9e91adaff80faf0df2fc1f9199cc9f613bc1c98 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 17 Jul 2008 01:38:59 -0700 Subject: tq: Disable undo. --- lisp/tq.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/tq.el') 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))) -- cgit v1.2.3