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)