emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/tq.el,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/tq.el,v
Date: Sat, 20 Sep 2008 04:39:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      08/09/20 04:39:33

Index: tq.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/tq.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- tq.el       6 May 2008 03:21:20 -0000       1.30
+++ tq.el       20 Sep 2008 04:39:32 -0000      1.31
@@ -85,6 +85,7 @@
                            (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]