aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-01 14:47:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-01 14:47:27 -0700
commitaa19e0b88d8a1a2a80fe365de605da8a96a7fd3f (patch)
tree4fd85cba683e1b0623edcf518deb5e8db60cdfd7
parent5b83e1693cebb8c037da5cbbffac24b90c46caf4 (diff)
downloadconsfigurator-aa19e0b88d8a1a2a80fe365de605da8a96a7fd3f.tar.gz
add dummy DEPLOYS., DEPLOYS-THESE. definitions
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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