From af319f478c9e7324bac255d1f65ea85078326688 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 9 Nov 2020 16:34:44 +0000 Subject: [PATCH] distorted.lisp: Add an `lp0' alias for the printer. There's no `lp' since it doesn't really make sense to fling jobs at an arbitrary printer. --- distorted.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/distorted.lisp b/distorted.lisp index a0493dc..62bcd03 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -252,6 +252,7 @@ (lunch (safe :addr lunch.safe)) ;; Printer. + (burntaxe :alias lp0) (burntaxe (safe :addr burntaxe.safe)) ;; Switches. -- 2.11.0