From 6663067a60deb40545840b86f2ff54d19404383f Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 2 Jan 2015 18:17:07 -0500 Subject: Trailing whitespace --- sx-tag.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx-tag.el') 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))) -- cgit v1.2.3