diff options
author | Sean Allred <code@seanallred.com> | 2018-01-28 19:05:36 -0600 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2018-01-28 19:05:36 -0600 |
commit | 0bc0adf1b5c93795ca814f3f123405d2782088f8 (patch) | |
tree | bd5f60e0c89afe202058fa698181a5c11af04c9f /sx-search.el | |
parent | 07868a94759183341dad28cc13c9c3aa5c4832cb (diff) |
Update copyrights
Diffstat (limited to 'sx-search.el')
-rw-r--r-- | sx-search.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-search.el b/sx-search.el index 885cb53..8ab9923 100644 --- a/sx-search.el +++ b/sx-search.el @@ -1,6 +1,6 @@ ;;; sx-search.el --- searching for questions -*- lexical-binding: t; -*- -;; Copyright (C) 2014 Artur Malabarba +;; Copyright (C) 2014-2018 Artur Malabarba ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> @@ -107,7 +107,7 @@ prefix argument, the user is asked for everything." (setq excluded-tags (sx-tag-multiple-read site "Excluded tags (optional)"))) (list site query tags excluded-tags))) - + ;; Here starts the actual function (sx-initialize) (with-current-buffer (get-buffer-create "*sx-search-result*") |