branch: externals/vlf
commit 7cb047407df26e447f1076dda9151fc4fad93c6c
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Add forgotten vlfi-encode-size local variable creation.
---
vlfi.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlfi.el b/vlfi.el
index ddfdf83..f345b08 100644
--- a/vlfi.el
+++ b/vlfi.el
@@ -92,7 +92,8 @@
(make-local-variable 'vlfi-batch-size)
(make-local-variable 'vlfi-start-pos)
(make-local-variable 'vlfi-end-pos)
- (make-local-variable 'vlfi-file-size))
+ (make-local-variable 'vlfi-file-size)
+ (make-local-variable 'vlfi-encode-size))
;;;###autoload
(defun vlfi (file)