Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
laynor committed May 2, 2012
1 parent 51c634b commit 628a7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions.lisp
Expand Up @@ -261,6 +261,7 @@ completion set."

(defun list-directory (dir)
(directory (concatenate 'string dir "*.*") :resolve-symlinks nil))

(defun pathname-set (input-string cursor-position)
(declare (ignore cursor-position))
(mapcar #'pathname->completion
Expand Down

0 comments on commit 628a7d4

Please sign in to comment.