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

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

[nongnu] elpa/workroom ff72e2be15 64/74: Remove the use of undefined fun


From: ELPA Syncer
Subject: [nongnu] elpa/workroom ff72e2be15 64/74: Remove the use of undefined function
Date: Sun, 27 Nov 2022 16:03:29 -0500 (EST)

branch: elpa/workroom
commit ff72e2be15411edb3e38b011043ea08ea56d3293
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Remove the use of undefined function
---
 workroom.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workroom.el b/workroom.el
index e547dcdd58..ba69c0120a 100644
--- a/workroom.el
+++ b/workroom.el
@@ -1962,7 +1962,7 @@ prefix argument is given."
           (workroom-switch room)
         (let ((workroom--dont-clear-new-view t))
           (workroom-switch-to-project-workroom
-           (workroom--project-name project)
+           (file-name-base (project-root project))
            (project-root project)))))))
 
 (define-minor-mode workroom-auto-project-workroom-mode



reply via email to

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