diff options
-rw-r--r-- | lisp/mastodon-views.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index f942729..270648c 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -785,7 +785,7 @@ INSTANCE is the instance were are working with." (format "*mastodon-instance-%s*" domain)))) (with-mastodon-buffer buf #'special-mode :other-window (if misskey - (let ((inihibit-read-only t)) + (let ((inhibit-read-only t)) (insert (prin1-to-string response)) (pp-buffer) (goto-char (point-min))) |