mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 20:10:47 +00:00
Add forgotten vlfi-encode-size local variable creation.
This commit is contained in:
parent
34dfbd202d
commit
7cb047407d
3
vlfi.el
3
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user