1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-10-29 22:24:10 +00:00

Merge branch 'master' into edit

This commit is contained in:
Andrey Kotlarski
2013-04-05 00:43:15 +03:00

View File

@@ -256,7 +256,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"))))))