diff options
| author | Michael Olson <mwolson@gnu.org> | 2008-07-17 01:38:59 -0700 |
|---|---|---|
| committer | Michael Olson <mwolson@gnu.org> | 2008-07-17 01:38:59 -0700 |
| commit | d9e91adaff80faf0df2fc1f9199cc9f613bc1c98 (patch) | |
| tree | 60723c05303398d3262a5e1afc4e3aafc13044ef | |
| parent | a31cdb0104a6ee08761cdca69c31f3671205ac30 (diff) | |
tq: Disable undo.
| -rw-r--r-- | lisp/tq.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) |
