From a9509bb93d978fd35b0dc0ea07102c59b30de3a4 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 12 Feb 2015 14:18:01 -0200 Subject: compiler warnings --- sx-search.el | 3 ++- sx-tab.el | 3 ++- 2 files changed, 4 insertions(+), 2 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 diff --git a/sx-tab.el b/sx-tab.el index 40cead8..a3c6107 100644 --- a/sx-tab.el +++ b/sx-tab.el @@ -67,7 +67,8 @@ Possible values are the cdrs of `sx-tab--order-methods'." (mapcar (lambda (c) `(const :tag ,(car c) ,(cdr c))) (cl-remove-duplicates sx-tab--order-methods - :key #'cdr)))) + :key #'cdr))) + :group 'sx-question-list) (defconst sx-tab--docstring-format "Display a list of %s questions for SITE. -- cgit v1.2.3