branch: externals/vlf
commit 80ca6b638b47c91a9752b2bd09b3d6066429b514
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>

    Fix vlfi invocation when prompted for large files.
---
 vlfi.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlfi.el b/vlfi.el
index fa5ae7f..4575548 100644
--- a/vlfi.el
+++ b/vlfi.el
@@ -253,7 +253,7 @@ OP-TYPE specifies the file operation being performed over 
FILENAME."
                            '(?o ?O ?v ?V ?a ?A))))
          (cond ((memq char '(?o ?O)))
                ((memq char '(?v ?V))
-                (vlfi nil filename)
+                (vlfi filename nil)
                 (error ""))
                ((memq char '(?a ?A))
                 (error "Aborted"))))))

Reply via email to