aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 12:11:30 -0500
committerSean Allred <code@seanallred.com>2014-11-27 12:11:30 -0500
commit89a260220c60877c0766cbe79043ecb4dd1fa5f4 (patch)
tree92b644cad6c60f0fdcb37c305732d15f7e6d3ea6 /sx-question-mode.el
parent1e730aa1b56f5343629225f60ec9c04f4dc4b703 (diff)
Fix #110
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el2
1 files changed, 1 insertions, 1 deletions
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)