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

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

[elpa] externals/denote 95ee2d4f38 10/10: Put require call at the top


From: ELPA Syncer
Subject: [elpa] externals/denote 95ee2d4f38 10/10: Put require call at the top
Date: Sun, 31 Jul 2022 01:57:30 -0400 (EDT)

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

    Put require call at the top
---
 denote.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 663088e798..a1951ac5f9 100644
--- a/denote.el
+++ b/denote.el
@@ -97,6 +97,7 @@
 
 (require 'seq)
 (require 'xref)
+(require 'dired)
 (eval-when-compile (require 'subr-x))
 
 (defgroup denote ()
@@ -1169,8 +1170,6 @@ old name followed by the new one.  This applies to the 
command
 
 ;;;;; The renaming commands and their prompts
 
-(require 'dired)
-
 (defun denote--rename-dired-file-or-prompt ()
   "Return Dired file at point, else prompt for one.
 



reply via email to

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