diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-27 14:57:39 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-27 14:57:39 -0200 |
commit | 6fe85d66a7a519b9fc19db49b6404cbaa804ca5d (patch) | |
tree | ff8c6b28b7316ba3104372be1620d82f4edd6e0f | |
parent | 2fd7f5e04662b435b66009064257355b742b187d (diff) | |
parent | 60bed65f15505261dd297fcf4ad2c71a7c76dbeb (diff) |
Merge pull request #179 from vermiculus/issue-178--autoload-sx-ask
Add autoload cookie to `sx-ask`
-rw-r--r-- | sx-interaction.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index c6f2639..baf8c13 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -327,6 +327,7 @@ from context at point." (sx-site-get-api-tokens) nil t nil nil default))) +;;;###autoload (defun sx-ask (site) "Start composing a question for SITE. SITE is a string, indicating where the question will be posted." |