emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [commit][master] tq: Disable undo.


From: mwolson
Subject: [Emms-patches] [commit][master] tq: Disable undo.
Date: Thu, 17 Jul 2008 04:50:05 -0400

commit d9e91adaff80faf0df2fc1f9199cc9f613bc1c98
Author: Michael Olson <address@hidden>
Date:   Thu Jul 17 01:38:59 2008 -0700

    tq: Disable undo.

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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]