summaryrefslogtreecommitdiffhomepage
path: root/lib/eos/jao-afio.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eos/jao-afio.el')
-rw-r--r--lib/eos/jao-afio.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el
index 2a4efbb..306a1d5 100644
--- a/lib/eos/jao-afio.el
+++ b/lib/eos/jao-afio.el
@@ -56,9 +56,9 @@
(defun jao-afio--check-frame ()
(unless (jao-afio--check-frame-p)
- (or (when jao-afio-fallback-fun
- (funcall jao-afio-fallback-fun)
- t)
+ (or ;; (when jao-afio-fallback-fun
+ ;; (funcall jao-afio-fallback-fun)
+ ;; t)
(when (y-or-n-p "Another frame is using afio. Steal? ")
(jao-afio--steal)
t)