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

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

[elpa] externals/dired-preview bedaa9114a 6/8: Reposition two declaratio


From: ELPA Syncer
Subject: [elpa] externals/dired-preview bedaa9114a 6/8: Reposition two declarations closer to where they are used
Date: Sun, 28 Jul 2024 09:57:55 -0400 (EDT)

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

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

diff --git a/dired-preview.el b/dired-preview.el
index c112515aab..192dcab5f2 100644
--- a/dired-preview.el
+++ b/dired-preview.el
@@ -281,9 +281,6 @@ FILE."
      end-ov 'display
      (propertize "\n--PREVIEW TRUNCATED--" 'face 'shadow))))
 
-(declare-function hexl-mode "hexl")
-(declare-function hexl-mode-exit "hexl" (&optional arg))
-
 ;;;###autoload
 (defmacro dired-preview-with-window (&rest body)
   "Evaluate BODY with the Dired preview window as selected."
@@ -291,6 +288,9 @@ FILE."
      (with-selected-window win
        ,@body)))
 
+(declare-function hexl-mode "hexl")
+(declare-function hexl-mode-exit "hexl" (&optional arg))
+
 (defun dired-preview-hexl-toggle ()
   "Toggle preview between text and `hexl-mode'."
   (interactive)



reply via email to

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