1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(t-mouse-mode): Use set-process-query-on-exit-flag.

This commit is contained in:
Nick Roberts 2006-07-31 06:05:04 +00:00
parent 36f8f49f38
commit ab5e2abdca

View file

@ -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)