aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/deployment.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 9cb862b..87da731 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -157,6 +157,14 @@ PROPERTIES, like DEPLOY-THESE."
(declare (ignore properties))
(%consfigure connections host)))
+(defmacro deploys. (x y &body z)
+ "Dummy macro definition so Emacs knows how to indent certain sexps."
+ (declare (ignore x y z)))
+
+(defmacro deploys-these. (x y &body z)
+ "Dummy macro definition so Emacs knows how to indent certain sexps."
+ (declare (ignore x y z)))
+
(defun preprocess-connections (connections)
(loop for connection in (ensure-cons connections)
collect (apply #'preprocess-connection-args