Skip to content

Commit

Permalink
make mk-proj-friendly-files et al act like mk-proj-friendly-buffers e…
Browse files Browse the repository at this point in the history
…t al
  • Loading branch information
rakete committed Sep 29, 2012
1 parent 17d41da commit 423bcf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mk-project.el
Expand Up @@ -2073,9 +2073,7 @@ Returned file paths are relative to the project's basedir."
(list friend)
(mk-proj-files friend)))
(mk-proj-get-config-val 'friends proj-name))))
(if friends-only
friendly-files
(append (mk-proj-files) friendly-files))))
friendly-files))

(defun mk-proj-normalize-drive-letter (file)
"Convert drive letters to lowercase to be compatible with
Expand Down

0 comments on commit 423bcf4

Please sign in to comment.