mirror of
https://github.com/m00natic/vlfi.git
synced 2025-04-21 02:00:21 +01:00
Fix vlfi invocation when prompted for large files.
This commit is contained in:
parent
e387ed5f09
commit
80ca6b638b
2
vlfi.el
2
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"))))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user