Skip to content

Commit

Permalink
revert function name to ess-mpi-handle-messages
Browse files Browse the repository at this point in the history
as requested by @vspinu, but for now, leave the mpi delimiter variables names
double-dashed as explicitly requested by @lionel-
  • Loading branch information
dankessler committed Feb 3, 2022
1 parent 775e541 commit de8ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ess-tracebug.el
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ value from EXPR and then sent to the subprocess."
((string= el "t") t)
(t el)))

(defun ess--mpi-handle-messages (buf)
(defun ess-mpi-handle-messages (buf)
"Handle all mpi messages in BUF and delete them.
The MPI message has the form \001TYPE\002FIELD...\003 where TYPE
is the type of the messages on which handlers in
Expand Down

0 comments on commit de8ff4e

Please sign in to comment.