emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v
Date: Mon, 31 Jul 2006 06:05:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/07/31 06:05:04

Index: t-mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/t-mouse.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- t-mouse.el  3 Mar 2006 23:53:42 -0000       1.4
+++ t-mouse.el  31 Jul 2006 06:05:04 -0000      1.5
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]