From ab5e2abdcabcd3921f73b451e799f3146e46e0f1 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Mon, 31 Jul 2006 06:05:04 +0000 Subject: [PATCH] (t-mouse-mode): Use set-process-query-on-exit-flag. --- lisp/t-mouse.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index 17d486749b3..06b77840c0d 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el @@ -292,9 +292,7 @@ Turn it on to use emacs mouse commands, and off to use t-mouse commands." "-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) -- 2.39.2