diff options
author | jao <jao@gnu.org> | 2022-08-30 00:53:21 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-30 00:53:21 +0100 |
commit | cccf4658ed4e9f900477698fb19af37634093059 (patch) | |
tree | d38f2f2e9129f16d286960e7a872062c4c94d7a8 /lib/eos/jao-tracking.el | |
parent | 3433b1ad85fdd23c18d11d899754633a035e7483 (diff) | |
download | elibs-cccf4658ed4e9f900477698fb19af37634093059.tar.gz elibs-cccf4658ed4e9f900477698fb19af37634093059.tar.bz2 |
wee tweaks
Diffstat (limited to 'lib/eos/jao-tracking.el')
-rw-r--r-- | lib/eos/jao-tracking.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eos/jao-tracking.el b/lib/eos/jao-tracking.el index badffae..cf64c89 100644 --- a/lib/eos/jao-tracking.el +++ b/lib/eos/jao-tracking.el @@ -133,7 +133,8 @@ (unless (eq 0 n) (setq jao-tracking--start-frame n)) (cond (tracking-buffers (let ((b (car tracking-buffers))) - (if (eq 0 n) (tracking-next-buffer) + (if (eq 0 n) + (tracking-next-buffer) (jao-afio--goto-scratch) (when b (pop-to-buffer b)) (tracking-remove-visible-buffers)))) |