Skip to content

Commit

Permalink
Bah, humbug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Wiborg committed Mar 20, 2009
1 parent b1bb960 commit b1845f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/lisp/malabar-project.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(defun malabar-project-locate-source-file (filename dirs)
(catch 'found
(dolist (dir dirs)
(malabar--find-file filename dir)))))
(malabar--find-file filename dir))))

(defun malabar-project (buffer)
(format "Project.makeProject('%s')" (malabar-find-project-file buffer)))
Expand Down

0 comments on commit b1845f2

Please sign in to comment.