summaryrefslogtreecommitdiffstats
path: root/emacsconf-publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf-publish.el')
-rw-r--r--emacsconf-publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el
index b01ae27..4e906ab 100644
--- a/emacsconf-publish.el
+++ b/emacsconf-publish.el
@@ -2127,7 +2127,7 @@ This video is available under the terms of the Creative Commons Attribution-Shar
(kill-new (emacsconf-talk-file talk "--main.webm"))
(message "Video: %s - press any key" (emacsconf-talk-file talk "--main.webm"))
(when (eq (read-char) ?q) (throw 'done t))
- (emacsconf-publish-video-description talk t)
+ (kill-new (emacsconf-publish-video-description talk t))
(message "Copied description - press any key")
(when (eq (read-char) ?q) (throw 'done t))
(when (emacsconf-talk-file talk "--main.vtt")