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