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

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

[nongnu] elpa/telephone-line 48f2894e95 046/195: Add initial support for


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 48f2894e95 046/195: Add initial support for multiple frames
Date: Wed, 5 Jan 2022 02:59:21 -0500 (EST)

branch: elpa/telephone-line
commit 48f2894e9517b32d21af321cb1c2db8ae888e7bf
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Add initial support for multiple frames
---
 telephone-line.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/telephone-line.el b/telephone-line.el
index d95c01ed11..236c01d064 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -132,6 +132,9 @@ Secondary separators do not incur a background color 
change."
 (defadvice select-window (after select-window activate)
   "Set telephone-line's selected window value for use in determining the 
active mode-line."
   (-set-selected-window))
+(defadvice select-frame (after select-frame activate)
+  "Set telephone-line's selected window value for use in determining the 
active mode-line."
+  (-set-selected-window))
 
 (defun selected-window-active ()
   "Return whether the current window is active."



reply via email to

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