[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dirvish 5321999287 4/4: chore: amend last commit
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dirvish 5321999287 4/4: chore: amend last commit |
Date: |
Fri, 14 Mar 2025 01:00:07 -0400 (EDT) |
branch: elpa/dirvish
commit 532199928742b95df9c815c35cbade218052f7a1
Author: Alex Lu <hellosimon1103@hotmail.com>
Commit: Alex Lu <hellosimon1103@hotmail.com>
chore: amend last commit
---
dirvish.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dirvish.el b/dirvish.el
index e39a268c61..e7cea3949f 100644
--- a/dirvish.el
+++ b/dirvish.el
@@ -765,7 +765,7 @@ filename or a string with format of `dirvish-fd-bufname'."
((not (equal old-tab tab))
(tab-bar-switch-to-recent-tab)
(killall (append (list buf) (mapcar #'cdr (dv-roots dv))))
- (let ((tab-bar-mode t)) tab-bar-rename-tab "")
+ (let ((tab-bar-mode t)) (tab-bar-rename-tab ""))
(tab-bar-switch-to-recent-tab)
(build-dv (dirvish--new :curr-layout layout) frame dir))
(t (with-selected-window window (dirvish--build-layout dv)))))))