From a7be409c6b9884611e1269b1a41b41046effcca8 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 20 Sep 2008 04:39:32 +0000 Subject: tq.el: Disable undo in buffer. --- lisp/emacs-lisp/tq.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp/tq.el') diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index a7bfd3ac66..1ee6a12c5c 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el @@ -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))) -- cgit v1.2.3