branch: externals/posframe
commit 304c2986054b89b56e9938eb291ba352797fd509
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
Revert "* posframe.el (posframe-mouse-banish): default to nil."
This reverts commit a568d9f2abbcc7348b53d56952336a6a70cf23dc.
---
posframe.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posframe.el b/posframe.el
index 431c71b..b5cc2c4 100644
--- a/posframe.el
+++ b/posframe.el
@@ -146,7 +146,7 @@
:group 'lisp
:prefix "posframe-")
-(defcustom posframe-mouse-banish nil
+(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)