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

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

[elpa] externals/vlf 023ee70 267/310: Declare hexl functions to please b


From: Stefan Monnier
Subject: [elpa] externals/vlf 023ee70 267/310: Declare hexl functions to please byte compiler.
Date: Sat, 28 Nov 2020 00:33:29 -0500 (EST)

branch: externals/vlf
commit 023ee704e7717d9ee8691eccbe73a003cea1aacc
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    Declare hexl functions to please byte compiler.
---
 vlf-tune.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/vlf-tune.el b/vlf-tune.el
index d1539d6..f82a286 100644
--- a/vlf-tune.el
+++ b/vlf-tune.el
@@ -109,6 +109,9 @@ but don't change batch size.  If t, measure and change."
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; profiling
 
+(declare-function hexl-line-displen "hexl")
+(declare-function dehexlify-buffer "hexl")
+
 (defun vlf-tune-initialize-measurement ()
   "Initialize measurement vector."
   (make-local-variable 'vlf-tune-max)



reply via email to

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