summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacsconf-stream.el2
1 files changed, 1 insertions, 1 deletions
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))