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

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

[elpa] externals/denote c61539f5b3 3/6: Print message after denote-sort-


From: ELPA Syncer
Subject: [elpa] externals/denote c61539f5b3 3/6: Print message after denote-sort-dired to work around Dired bug (per 7ed957b)
Date: Mon, 4 Dec 2023 03:57:47 -0500 (EST)

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

    Print message after denote-sort-dired to work around Dired bug (per 7ed957b)
---
 denote-sort.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/denote-sort.el b/denote-sort.el
index c83dc20bfc..f181b8a8b6 100644
--- a/denote-sort.el
+++ b/denote-sort.el
@@ -193,7 +193,10 @@ a non-nil value, respectively."
    ;;
    ;; (format "Denote sort `%s' by `%s'" files-matching-regexp 
sort-by-component)
    (format "Denote sort by `%s'" sort-by-component)
-   (denote-sort-get-directory-files files-matching-regexp sort-by-component 
reverse)))
+   (denote-sort-get-directory-files files-matching-regexp sort-by-component 
reverse))
+  ;; Because of the above NOTE, I am printing a message.  Not what I
+  ;; want, but it is better than nothing...
+  (message "Denote sort `%s' by `%s'" files-matching-regexp sort-by-component))
 
 (provide 'denote-sort)
 ;;; denote-sort.el ends here



reply via email to

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