From 95783691ab152ad5b1da5c9fbdfe638983565ab1 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 9 Oct 2023 18:49:50 +0200 Subject: inhibit-read-only typo fix --- lisp/mastodon-views.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3