emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 0ac1e46 06/33: Disable posframe-mouse-banish on macOS


From: Feng Shu
Subject: [elpa] master 0ac1e46 06/33: Disable posframe-mouse-banish on macOS
Date: Fri, 14 Dec 2018 06:21:14 -0500 (EST)

branch: master
commit 0ac1e469f07a6e41befda2b7183ae43e762da9db
Author: Radon Rosborough <address@hidden>
Commit: Radon Rosborough <address@hidden>

    Disable posframe-mouse-banish on macOS
---
 posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posframe.el b/posframe.el
index b1bc196..8259822 100644
--- a/posframe.el
+++ b/posframe.el
@@ -98,7 +98,7 @@
   :group 'lisp
   :prefix "posframe-")
 
-(defcustom posframe-mouse-banish t
+(defcustom posframe-mouse-banish (not (eq system-type 'darwin))
   "Mouse will be moved to (0 , 0) when it is non-nil."
   :group 'posframe
   :type 'boolean)



reply via email to

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