aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-view.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-view.el b/sx-view.el
index 74dde25..faad8be 100644
--- a/sx-view.el
+++ b/sx-view.el
@@ -39,9 +39,9 @@ Page is a capitalized string.
This defines a command `sx-view-PAGE' for displaying the page,
and a variable `sx-view--PAGE-buffer' for holding the bufer."
(declare (indent 1) (debug t))
- (let ((name (downcase page))
- (buffer-variable
- (intern (concat "sx-view--" name "-buffer"))))
+ (let* ((name (downcase page))
+ (buffer-variable
+ (intern (concat "sx-view--" name "-buffer"))))
`(progn
(defvar ,buffer-variable nil
,(format "Buffer where the %s questions are displayed."