aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-02 18:17:07 -0500
committerSean Allred <code@seanallred.com>2015-01-02 18:17:07 -0500
commit6663067a60deb40545840b86f2ff54d19404383f (patch)
treeb0985ce3ec88b7d474cc60dd7b970ffa1171d093
parent2797cd52800b628c91de9c191f24f5513fe244ca (diff)
Trailing whitespace
-rw-r--r--sx-tag.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-tag.el b/sx-tag.el
index 82f7ddb..511c474 100644
--- a/sx-tag.el
+++ b/sx-tag.el
@@ -26,7 +26,7 @@
;;; Getting the list from a site
-(defvar sx-tag-filter '((tag.name))
+(defvar sx-tag-filter '((tag.name))
"Filter used when querying tags.")
(defun sx-tag--get-some-tags-containing (site string)
@@ -52,7 +52,7 @@ TAGS can be a string (the tag name) or a list of strings.
Fails if TAGS is a list with more than 100 items.
Return the list of invalid tags in TAGS."
(and (listp tags) (> (length tags) 100)
- (error "Invalid argument. TAG has more than 100 items"))
+ (error "Invalid argument. TAG has more than 100 items"))
(let ((result
(mapcar
(lambda (x) (cdr (assoc 'name x)))