aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-async.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-06-21 11:33:40 +0200
committermousebot <mousebot@riseup.net>2021-06-21 11:34:43 +0200
commit7afc5a08e35c86acc9f009404045a787ef61b77b (patch)
treefec887a623bc47dfddba7ba1edfbbdcc4c01389c /lisp/mastodon-async.el
parent5e022b655b654fe1967c848b45b1400fff502d37 (diff)
typo in async http-layer, unless in http process-json, typo in readm
Diffstat (limited to 'lisp/mastodon-async.el')
-rw-r--r--lisp/mastodon-async.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-async.el b/lisp/mastodon-async.el
index 1690615..4367cc9 100644
--- a/lisp/mastodon-async.el
+++ b/lisp/mastodon-async.el
@@ -342,7 +342,7 @@ Full messages are seperated by two newlines"
It then processes its output."
(with-current-buffer (process-buffer proc)
- (let ((start (max 1 ( - (point-max) 2))))
+ (let ((start (max 1 (- (point-max) 2))))
(url-http-generic-filter proc data)
(when (> url-http-end-of-headers start)
(setq start url-http-end-of-headers))