Skip to content

Commit de8ff4e

Browse files
committed
revert function name to ess-mpi-handle-messages
as requested by @vspinu, but for now, leave the mpi delimiter variables names double-dashed as explicitly requested by @lionel-
1 parent 775e541 commit de8ff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/ess-tracebug.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ value from EXPR and then sent to the subprocess."
12271227
((string= el "t") t)
12281228
(t el)))
12291229

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

0 commit comments

Comments
 (0)