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

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

[elpa] externals/denote 34c632c690 11/12: Simplify denote-dired-rename-m


From: ELPA Syncer
Subject: [elpa] externals/denote 34c632c690 11/12: Simplify denote-dired-rename-marked-files interactive spec
Date: Mon, 25 Sep 2023 09:58:16 -0400 (EDT)

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

    Simplify denote-dired-rename-marked-files interactive spec
---
 denote.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/denote.el b/denote.el
index d81795a939..90dbe6a9cd 100644
--- a/denote.el
+++ b/denote.el
@@ -2498,10 +2498,10 @@ of time all identifiers will be unique or do not care 
about them.
   share the same modification time, which can be casually done
   with the `touch' command, `git', and others. ]"
   (interactive
-   (list
-    (when current-prefix-arg
-      (setq skip-front-matter-prompt t
-            no-unique-id-check (when (>= (car current-prefix-arg) 16) t))))
+   (when current-prefix-arg
+     (list
+      t
+      (when (>= (car current-prefix-arg) 16) t)))
    dired-mode)
   (if-let ((marks (dired-get-marked-files)))
       (let ((keywords (denote-keywords-prompt)))



reply via email to

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