[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:
- [elpa] externals/denote updated (3bb05f212c -> fc00f1469b), ELPA Syncer, 2024/09/09
- [elpa] externals/denote ffbb55bbff 01/10: Make denote-rename-file parameters non-optional,
ELPA Syncer <=
- [elpa] externals/denote a45d62a64a 03/10: Use denote-retrieve-title-or-filename in denote--rename-file, ELPA Syncer, 2024/09/09
- [elpa] externals/denote 18f92264db 02/10: Make parameters of denote--rename-file accept a keep-current symbol, ELPA Syncer, 2024/09/09
- [elpa] externals/denote 8ac9defa14 04/10: Merge pull request #429 from jeanphilippegg/optional-parameters, ELPA Syncer, 2024/09/09
- [elpa] externals/denote d5cf6222d5 05/10: Make a small rewording to the manual, ELPA Syncer, 2024/09/09
- [elpa] externals/denote fc00f1469b 10/10: Document sample code on how to auto rename a Denote file, ELPA Syncer, 2024/09/09
- [elpa] externals/denote 3226846c0e 07/10: Correct a heading in the manual, ELPA Syncer, 2024/09/09
- [elpa] externals/denote 23bc9dbca3 06/10: Define :help-echo function for Org links, ELPA Syncer, 2024/09/09
- [elpa] externals/denote efc7ef5e2e 08/10: Note that those who use a custom grep may prefer consult instead, ELPA Syncer, 2024/09/09
- [elpa] externals/denote 4e7b4a9617 09/10: Write top-level heading for packages that build on Denote, ELPA Syncer, 2024/09/09