diff options
| author | Alexander Griffith <griffitaj@gmail.com> | 2017-04-24 21:46:16 -0400 | 
|---|---|---|
| committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-27 16:04:28 -0400 | 
| commit | a7e87d827c0fde9cda67325446236834cc2f411f (patch) | |
| tree | 4252a7070abbd4c42761eeb2b286f2cd7f339071 /lisp | |
| parent | 91020494acfe590f19c9e2510be2377f2d69fdfe (diff) | |
made some formating changes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mastodon-toot.el | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 8197ba5..79c5a2d 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -116,9 +116,9 @@ Set `mastodon-toot--content-warning' to nil."      (message (format "Favourited #%s" id))))  (defun mastodon-toot--unfavourite () -  "Favourite toot at `point'." +  "Unfavourite toot at `point'."    (interactive) -  (let ((callback (lambda () ( mastodon-toot--action-success-undo "F"))) +  (let ((callback (lambda () (mastodon-toot--action-success-undo "F")))          (id (mastodon-tl--property 'toot-id)))      (mastodon-toot--action "unfavourite" callback)      (message (format "unfavourited #%s" id))))  | 
