Mercurial > emacs
changeset 72199:190ee6511573
(t-mouse-mode): Use set-process-query-on-exit-flag.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 31 Jul 2006 06:05:04 +0000 |
parents | bb80dd2ca5dc |
children | 46549662dfe0 |
files | lisp/t-mouse.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/t-mouse.el Mon Jul 31 06:04:39 2006 +0000 +++ b/lisp/t-mouse.el Mon Jul 31 06:05:04 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)