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

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

[elpa] externals/denote a7d0797c82 6/9: Remove a TODO about denote-seque


From: ELPA Syncer
Subject: [elpa] externals/denote a7d0797c82 6/9: Remove a TODO about denote-sequence that pertains to sluggification
Date: Tue, 14 Jan 2025 00:57:59 -0500 (EST)

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

    Remove a TODO about denote-sequence that pertains to sluggification
    
    I tried it and we are okay without it.
---
 denote-sequence.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 7faa600cda..65379f75c9 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -613,9 +613,6 @@ Files available at the minibuffer prompt are those returned 
by
       selected-type
       (when (memq selected-type (delq 'parent denote-sequence-types))
         (denote-sequence-file-prompt (format "Make a new %s of SEQUENCE" 
selected-type))))))
-  ;; TODO 2024-12-30: Do we need to wrap this in the following?
-  ;;
-  ;; (cl-letf (((alist-get 'signature denote-file-name-slug-functions) 
#'denote-sluggify-signature))
   (let* ((sequence (when file-with-sequence 
(denote-retrieve-filename-signature file-with-sequence)))
          (new-sequence (denote-sequence-get type sequence))
          (denote-use-signature new-sequence))



reply via email to

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