diff lisp/t-mouse.el @ 90573:858cb33ae39d

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 357-381) - Merge from gnus--rel--5.10 - Update from CVS - Merge from erc--emacs--21 * gnus--rel--5.10 (patch 116-122) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-98
author Miles Bader <miles@gnu.org>
date Thu, 03 Aug 2006 11:45:23 +0000
parents 190ee6511573
children 3480cc226de3
line wrap: on
line diff
--- a/lisp/t-mouse.el	Thu Aug 03 00:41:54 2006 +0000
+++ b/lisp/t-mouse.el	Thu Aug 03 11:45:23 2006 +0000
@@ -292,9 +292,7 @@
 				"-f")))
 	 (setq t-mouse-filter-accumulator "")
 	 (set-process-filter t-mouse-process 't-mouse-process-filter)
-; use commented line instead for emacs 21.4 onwards
-	 (process-kill-without-query t-mouse-process)))
-;	 (set-process-query-on-exit-flag t-mouse-process nil)))
+	 (set-process-query-on-exit-flag t-mouse-process nil)))
     ;; Turn it off
     (setq mouse-position-function nil)
     (delete-process t-mouse-process)