diff --git a/src/commands/file.lisp b/src/commands/file.lisp index 89170c3a5..7a9fafd07 100644 --- a/src/commands/file.lisp +++ b/src/commands/file.lisp @@ -82,7 +82,8 @@ :directory (buffer-directory) :default nil :existing nil)) - ((pathnamep arg) + ((or (pathnamep arg) + (uiop:absolute-pathname-p arg)) (namestring arg))))) (let (buffer) (dolist (pathname (expand-files* filename))