From 7cb047407df26e447f1076dda9151fc4fad93c6c Mon Sep 17 00:00:00 2001 From: Andrey Kotlarski Date: Tue, 6 Aug 2013 16:41:16 +0300 Subject: [PATCH] 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)