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

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

[nongnu] elpa/golden-ratio 12b57a3904 53/95: * golden-ratio.el: Fix Issu


From: ELPA Syncer
Subject: [nongnu] elpa/golden-ratio 12b57a3904 53/95: * golden-ratio.el: Fix Issue #29, a typo.
Date: Thu, 7 Sep 2023 22:02:13 -0400 (EDT)

branch: elpa/golden-ratio
commit 12b57a39042b7b68f32dbab488e134d989abaced
Author: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Commit: Thierry Volpiatto <thierry.volpiatto@gmail.com>

    * golden-ratio.el: Fix Issue #29, a typo.
---
 golden-ratio.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index eb3601c58e..eb37ceb96a 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -130,7 +130,7 @@ will not cause the window to be resized to the golden 
ratio."
       (remove-hook 'window-configuration-change-hook 'golden-ratio)
       (remove-hook 'post-command-hook 'golden-ratio--post-command-hook)
       (ad-deactivate 'other-window)
-      (ad-activate 'pop-to-buffer)))
+      (ad-deactivate 'pop-to-buffer)))
 
 
 (provide 'golden-ratio)



reply via email to

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