From 89a260220c60877c0766cbe79043ecb4dd1fa5f4 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 27 Nov 2014 12:11:30 -0500 Subject: Fix #110 --- sx-question-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-question-mode.el') diff --git a/sx-question-mode.el b/sx-question-mode.el index b2f4604..8d806d0 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -73,7 +73,7 @@ If WINDOW is given, use that to display the buffer." ;; Create the buffer if necessary. (unless (buffer-live-p sx-question-mode--buffer) (setq sx-question-mode--buffer - (generate-new-buffer "*stack-question*"))) + (generate-new-buffer "*sx-question*"))) (cond ;; Window was given, use it. ((window-live-p window) -- cgit v1.2.3