diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 14:18:01 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 14:18:01 -0200 |
commit | a9509bb93d978fd35b0dc0ea07102c59b30de3a4 (patch) | |
tree | 8a8decfb1450c50d20dfd5506792f815fc77297c /sx-tab.el | |
parent | a7c70149cfbfc24791d7966b0bef8a3a691e45f4 (diff) |
compiler warnings
Diffstat (limited to 'sx-tab.el')
-rw-r--r-- | sx-tab.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |