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

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

[elpa] externals/lentic 884882d10d 245/333: Fixes error with path handli


From: ELPA Syncer
Subject: [elpa] externals/lentic 884882d10d 245/333: Fixes error with path handling.
Date: Tue, 27 Feb 2024 13:00:40 -0500 (EST)

branch: externals/lentic
commit 884882d10d2dbbc4b35523cbd8e2ccba14edbdf0
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Fixes error with path handling.
---
 lentic-doc.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lentic-doc.el b/lentic-doc.el
index d461feed2c..9bbedaacad 100644
--- a/lentic-doc.el
+++ b/lentic-doc.el
@@ -128,9 +128,9 @@ EXT must not be nil or empty."
             (when main-file
               (f-join
                (f-parent main-file)
-               (f-no-ext
-                main-file)
-               "-doc.org"))))
+               (concat
+                (f-no-ext main-file)
+                "-doc.org")))))
         (when
             (and doc-file
                  (f-exists? doc-file))



reply via email to

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