Mercurial > emacs
changeset 98251:c1d1eb0b924a
tq.el: Disable undo in buffer.
author | Michael Olson <mwolson@gnu.org> |
---|---|
date | Sat, 20 Sep 2008 04:39:32 +0000 |
parents | 3082614cf25e |
children | 7e66435876ea |
files | lisp/emacs-lisp/tq.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/tq.el Sat Sep 20 03:03:07 2008 +0000 +++ b/lisp/emacs-lisp/tq.el Sat Sep 20 04:39:32 2008 +0000 @@ -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)))