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

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

[elpa] externals/denote bef859aea1 7/7: Use parens in declared function'


From: ELPA Syncer
Subject: [elpa] externals/denote bef859aea1 7/7: Use parens in declared function's args
Date: Sat, 20 Aug 2022 21:57:31 -0400 (EDT)

branch: externals/denote
commit bef859aea14c3fa98c7d475c62266c1aba6d9a74
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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."



reply via email to

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