Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
27d23958
Commit
27d23958
authored
Dec 22, 2023
by
Stefan Kangas
Browse files
; Fix typos
parent
9370bc9d
Pipeline
#27587
failed with stage
in 4 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/jsonrpc.el
lisp/jsonrpc.el
+2
-2
No files found.
lisp/jsonrpc.el
View file @
27d23958
...
...
@@ -626,7 +626,7 @@ With optional CLEANUP, kill any associated buffers."
(
when-let
((
actions
(
hash-table-values
(
jsonrpc--deferred-actions
connection
))))
(
jsonrpc--run-event-hook
connection
'internal
:log-text
(
format
"re-attempting def
f
ered requests %s"
:log-text
(
format
"re-attempting defe
r
red requests %s"
(
mapcar
(
apply-partially
#'
nth
2
)
actions
)))
(
mapc
#'
funcall
(
mapcar
#'
car
actions
))))
...
...
@@ -786,7 +786,7 @@ Return the full continuation (ID SUCCESS-FN ERROR-FN TIMER)"
(funcall success-fn result)))
(t
;; For clarity. This happens if the `jsonrpc-request' was
;; cancel
l
ed
;; canceled
))))
(cl-defun jsonrpc--async-request-1 (connection
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment