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

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

[elpa] externals/dired-preview 2855b739a4 08/10: Move hexl declarations


From: ELPA Syncer
Subject: [elpa] externals/dired-preview 2855b739a4 08/10: Move hexl declarations closer to where they are first used
Date: Thu, 5 Oct 2023 09:58:02 -0400 (EDT)

branch: externals/dired-preview
commit 2855b739a482643afec7261e97d51fb0836c2d2b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Move hexl declarations closer to where they are first used
---
 dired-preview.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dired-preview.el b/dired-preview.el
index 866483f646..84c524659c 100644
--- a/dired-preview.el
+++ b/dired-preview.el
@@ -62,9 +62,6 @@
 (eval-when-compile
   (require 'subr-x))
 
-(declare-function hexl-mode "hexl")
-(declare-function hexl-mode-exit "hexl" (&optional arg))
-
 (defgroup dired-preview nil
   "Automatically preview file at point in Dired."
   :group 'dired)
@@ -219,6 +216,9 @@ Return the preview buffer."
    (t
     (dired-preview--find-file-no-select file))))
 
+(declare-function hexl-mode "hexl")
+(declare-function hexl-mode-exit "hexl" (&optional arg))
+
 (defun dired-preview--find-large-file (file)
   "Read part of FILE with appropriate settings.
 



reply via email to

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