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

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

[elpa] externals/denote 565e4c8ef2 3/3: Add missing current-prefix arg f


From: ELPA Syncer
Subject: [elpa] externals/denote 565e4c8ef2 3/3: Add missing current-prefix arg from 6e0482e
Date: Fri, 7 Oct 2022 10:57:29 -0400 (EDT)

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

    Add missing current-prefix arg from 6e0482e
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 5a0c735976..fb2d921ad5 100644
--- a/denote.el
+++ b/denote.el
@@ -1865,7 +1865,7 @@ Never modify the identifier of the FILE, if any, even if 
it is
 edited in the front matter.  Denote considers the file name to be
 the source of truth in this case to avoid potential breakage with
 typos and the like."
-  (interactive (list (buffer-file-name)))
+  (interactive (list (buffer-file-name) current-prefix-arg))
   (when (buffer-modified-p)
     (if (or auto-confirm
             (y-or-n-p "Would you like to save the buffer?"))



reply via email to

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