branch: externals/vlf
commit 023ee704e7717d9ee8691eccbe73a003cea1aacc
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
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)