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

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

[elpa] externals/denote 6b617cae81 5/6: Remove superfluous space in deno


From: ELPA Syncer
Subject: [elpa] externals/denote 6b617cae81 5/6: Remove superfluous space in denote-sort--define-lessp
Date: Mon, 4 Dec 2023 03:57:47 -0500 (EST)

branch: externals/denote
commit 6b617cae81fe7f26c0deca9a740a70b61b04d24e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove superfluous space in denote-sort--define-lessp
---
 denote-sort.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sort.el b/denote-sort.el
index d2ad00b98d..383cf619b2 100644
--- a/denote-sort.el
+++ b/denote-sort.el
@@ -53,7 +53,7 @@ The comparison is done with `denote-sort-comparison-function' 
between the
 two title values."
          component)
        (let* ((one (,retrieve-fn file1))
-              (two (,retrieve-fn  file2))
+              (two (,retrieve-fn file2))
               (one-empty-p (string-empty-p one))
               (two-empty-p (string-empty-p two)))
          (cond



reply via email to

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