branch: externals/denote commit bef859aea14c3fa98c7d475c62266c1aba6d9a74 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use parens in declared function's args This is just for stylistic consistency with another 'declare-function' we have. --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index f8704f96a8..2414a336c4 100644 --- a/denote.el +++ b/denote.el @@ -1128,7 +1128,7 @@ here for clarity." (defvar denote--date-history nil "Minibuffer history of `denote--date-prompt'.") -(declare-function org-read-date "org" &optional with-time to-time from-string prompt default-time default-input inactive) +(declare-function org-read-date "org" (&optional with-time to-time from-string prompt default-time default-input inactive)) (defun denote--date-prompt () "Prompt for date."