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
8f571769
Commit
8f571769
authored
Dec 28, 2023
by
Stefan Kangas
Browse files
; Fix typos
parent
ea4cbb3a
Pipeline
#27649
failed with stage
in 7 minutes and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
lisp/jsonrpc.el
lisp/jsonrpc.el
+3
-3
lisp/recentf.el
lisp/recentf.el
+1
-1
lisp/ses.el
lisp/ses.el
+1
-1
No files found.
lisp/jsonrpc.el
View file @
8f571769
...
...
@@ -267,14 +267,14 @@ dispatcher in CONN."
conn
(setf last-error error)
(cond
(;; A remote response whose request has been cancel
l
ed
(;; A remote response whose request has been canceled
;; (i.e. timeout or C-g)
;;
(and response-p (null cont))
(jsonrpc--event
conn 'internal
:log-text
(format "
Response
to
request
%s
which
has
been
cancel
l
ed
"
(format "
Response
to
request
%s
which
has
been
canceled
"
id)
:id id)
;; TODO: food for thought: this seems to be also where
...
...
@@ -823,7 +823,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
...
...
lisp/recentf.el
View file @
8f571769
...
...
@@ -810,7 +810,7 @@ Filenames are relative to the `default-directory'."
(
"C/C++ files (%d)"
,
(
rx
nonl
"."
(
or
"c"
"cc"
"cpp"
"h"
"hpp"
"cxx"
"hxx"
)
eos
))
(
"Python files (%d"
,
(
rx
nonl
".py"
eos
))
(
"Python files (%d
)
"
,
(
rx
nonl
".py"
eos
))
(
"Java files (%d)"
,
(
rx
nonl
".java"
eos
))
)
"List of rules used by `recentf-arrange-by-rule' to build sub-menus.
...
...
lisp/ses.el
View file @
8f571769
...
...
@@ -2763,7 +2763,7 @@ See `ses-read-cell-printer' for input forms."
;; Spreadsheet size adjustments
;;----------------------------------------------------------------------------
(defun ses--blank-line-needs-printing-p ()
"Returns `t' when blank new line print-out needs to be initiali
s
ed
"Returns `t' when blank new line print-out needs to be initiali
z
ed
by calling the printers on it, `nil' otherwise."
(let (ret
printer
...
...
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