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

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

[elpa] externals/vlf 7cb0474 122/310: Add forgotten vlfi-encode-size loc


From: Stefan Monnier
Subject: [elpa] externals/vlf 7cb0474 122/310: Add forgotten vlfi-encode-size local variable creation.
Date: Sat, 28 Nov 2020 00:32:59 -0500 (EST)

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

    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)



reply via email to

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