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

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

[elpa] externals/posframe 304c298 09/13: Revert "* posframe.el (posframe


From: Feng Shu
Subject: [elpa] externals/posframe 304c298 09/13: Revert "* posframe.el (posframe-mouse-banish): default to nil."
Date: Sun, 5 Apr 2020 07:58:04 -0400 (EDT)

branch: externals/posframe
commit 304c2986054b89b56e9938eb291ba352797fd509
Author: Feng Shu <address@hidden>
Commit: Feng Shu <address@hidden>

    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)



reply via email to

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