File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
12321232The MPI message has the form \0 01TYPE\0 02FIELD...\0 03 where TYPE
12331233is 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
You can’t perform that action at this time.
0 commit comments