Skip to content

Commit 7f1e984

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 7f1e984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/ess-tracebug.el

Lines changed: 2 additions & 2 deletions
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
@@ -1327,7 +1327,7 @@ prompts."
13271327
;; Incomplete mpi should hardly happen. Only on those rare occasions
13281328
;; when an mpi is issued after a long task and split by the Emacs input
13291329
;; handler, or mpi printing itself takes very long.
1330-
(unless (eq :incomplete (ess--mpi-handle-messages abuf))
1330+
(unless (eq :incomplete (ess-mpi-handle-messages abuf))
13311331
(with-current-buffer abuf
13321332
;; Uncomment this line when debugging. This pops up the
13331333
;; accumulation buffer and causes point to follow

0 commit comments

Comments
 (0)