mirror of
https://github.com/m00natic/vlfi.git
synced 2025-04-18 16:50:19 +01: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-batch-size)
|
||||||
(make-local-variable 'vlfi-start-pos)
|
(make-local-variable 'vlfi-start-pos)
|
||||||
(make-local-variable 'vlfi-end-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
|
;;;###autoload
|
||||||
(defun vlfi (file)
|
(defun vlfi (file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user