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:
parent
36f8f49f38
commit
ab5e2abdca
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue