diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2018-08-09 23:31:37 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | bb20dfd108f12f8b43bbd5081b8d5447569e5834 (patch) | |
tree | 96c3e559c4a06f4b9dd7b001d8e52cc9675f7546 /lisp | |
parent | 40f32fb82a29d3f057e195305a7d416241f2fc53 (diff) |
Clean up whitespace
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 4 | ||||
-rw-r--r-- | lisp/mastodon.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 4d8df7e..ad3de3c 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -459,9 +459,9 @@ links in the text. If TOOT is nil no parsing occurs." (when (string= (cdr (assoc 'acct mention)) short-acct) (setq return (cdr (assoc 'id mention)))) - (setq mention (pop mentions))) + (setq mention (pop mentions))) return)) - + (defun mastodon-tl--extract-userhandle-from-url (url buffer-text) "Returns the user hande the URL points to or nil if it is not a profile link. diff --git a/lisp/mastodon.el b/lisp/mastodon.el index d608887..3019b95 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -78,7 +78,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "j") #'mastodon-tl--goto-next-toot) (define-key map (kbd "k") #'mastodon-tl--goto-prev-toot) (define-key map (kbd "h") #'mastodon-tl--next-tab-item) - (define-key map (kbd "l") #'mastodon-tl--previous-tab-item) + (define-key map (kbd "l") #'mastodon-tl--previous-tab-item) (define-key map [?\t] #'mastodon-tl--next-tab-item) (define-key map [backtab] #'mastodon-tl--previous-tab-item) (define-key map [?\S-\t] #'mastodon-tl--previous-tab-item) |