diff options
Diffstat (limited to 'sx-search.el')
-rw-r--r-- | sx-search.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-search.el b/sx-search.el index febeeef..4b0a0b2 100644 --- a/sx-search.el +++ b/sx-search.el @@ -74,7 +74,8 @@ Possible values are the cdrs of `sx-search--order-methods'." (mapcar (lambda (c) `(const :tag ,(car c) ,(cdr c))) (cl-remove-duplicates sx-search--order-methods - :key #'cdr)))) + :key #'cdr))) + :group 'sx-question-list) ;;;###autoload |