emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 95783691ab 06/13: inhibit-read-only typo fix


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 95783691ab 06/13: inhibit-read-only typo fix
Date: Thu, 12 Oct 2023 10:01:27 -0400 (EDT)

branch: elpa/mastodon
commit 95783691ab152ad5b1da5c9fbdfe638983565ab1
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    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 f942729dbc..270648c111 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]