diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 11:05:08 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 11:05:08 -0500 |
commit | 9c2df708ac4dc62c34882b7978761cf1f73e063f (patch) | |
tree | e6f17a26b915311c237c61fce1cc9092e7cff9a4 /sx-question-mode.el | |
parent | d0aa34258e3492ec5ac884dccb766bdb1776b36f (diff) |
Deleted-user variable is not risky
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 8f96a01..bc7c62c 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -107,7 +107,6 @@ If WINDOW is given, use that to display the buffer." '((display_name . "(deleted user)")) "The structure used to represent a deleted account." :type '(alist :options ((display_name string))) - :risky t :group 'sx-question-mode) (defcustom sx-question-mode-header-title "\n" |