summaryrefslogtreecommitdiffhomepage
path: root/lib/prog/jao-compilation.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/prog/jao-compilation.el')
-rw-r--r--lib/prog/jao-compilation.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prog/jao-compilation.el b/lib/prog/jao-compilation.el
index ef303ea..1c8e465 100644
--- a/lib/prog/jao-compilation.el
+++ b/lib/prog/jao-compilation.el
@@ -100,7 +100,7 @@
"Find the root of current file's project and issue a
compilation command"
(interactive)
- (let ((default-directory (jao-compilation-root))
+ (let ((default-directory (or (jao-compilation-root) default-directory))
(compilation-environment (jao-compilation--environment))
(compilation-read-command 'compilation-read-command))
(call-interactively 'compile)))