From c8b469a0597edb988a9966655d9061ed3ce8936a Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 24 Nov 2022 14:07:58 -0500 Subject: fix pcase --- emacsconf-stream.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsconf-stream.el b/emacsconf-stream.el index 5d8078d..897f205 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -241,7 +241,7 @@ This uses the BBB room if available, or the IRC channel if not." (concat "nohup firefox -new-window " (shell-quote-argument (pcase (plist-get talk :q-and-a) - ((or nil "" (rx "Mumble")) + ((or 'nil "" (rx "Mumble")) (plist-get talk :qa-slide-url)) ((rx "live") (plist-get talk :bbb-backstage)) -- cgit v1.2.3