From d0aa34258e3492ec5ac884dccb766bdb1776b36f Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 26 Nov 2014 18:12:06 -0500 Subject: Add missing ')' Staged only part of a change -- stupid mistake. --- 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 b2856e6..8f96a01 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -106,7 +106,7 @@ If WINDOW is given, use that to display the buffer." (defcustom sx-question-mode-deleted-user '((display_name . "(deleted user)")) "The structure used to represent a deleted account." - :type '(alist :options ((display_name string)) + :type '(alist :options ((display_name string))) :risky t :group 'sx-question-mode) -- cgit v1.2.3