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

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

[elpa] externals/denote ffbb55bbff 01/10: Make denote-rename-file parame


From: ELPA Syncer
Subject: [elpa] externals/denote ffbb55bbff 01/10: Make denote-rename-file parameters non-optional
Date: Mon, 9 Sep 2024 03:58:06 -0400 (EDT)

branch: externals/denote
commit ffbb55bbfff2928ee641a011c9e427c95db30b5d
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>

    Make denote-rename-file parameters non-optional
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index e4cbc25075..8986301a00 100644
--- a/denote.el
+++ b/denote.el
@@ -3061,7 +3061,7 @@ renaming commands."
     (list title keywords signature date)))
 
 ;;;###autoload
-(defun denote-rename-file (file &optional title keywords signature date)
+(defun denote-rename-file (file title keywords signature date)
   "Rename file and update existing front matter if appropriate.
 
 Always rename the file where it is located in the file system:



reply via email to

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