]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/tq.el
Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.
[gnu-emacs] / lisp / emacs-lisp / tq.el
index a7bfd3ac66738fc7f936555b624ec58f0d66905c..3d3b371ad5c8308557357e0f724183d1c3ae6ab0 100644 (file)
@@ -1,7 +1,6 @@
 ;;; tq.el --- utility to maintain a transaction queue
 
-;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1992, 2001-2011 Free Software Foundation, Inc.
 
 ;; Author: Scott Draves <spot@cs.cmu.edu>
 ;; Maintainer: FSF
@@ -85,6 +84,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)))
@@ -166,5 +166,4 @@ This produces more reliable results with some processes."
 
 (provide 'tq)
 
-;; arch-tag: 65dea08c-4edd-4cde-83a5-e8a15b993b79
 ;;; tq.el ends here