summaryrefslogtreecommitdiff
path: root/lisp/ess-inf.el
diff options
context:
space:
mode:
authorLionel Henry <lionel.hry@gmail.com>2020-12-29 16:41:04 +0100
committerLionel Henry <lionel.hry@gmail.com>2020-12-29 16:42:45 +0100
commit484b20aa2cf20a91f2548c0746ded581057776bf (patch)
tree1a40990c4689e9b8990636a3bc98e7f72cce96cb /lisp/ess-inf.el
parentb91585db4c27e9a7811486a1878da4a97819b462 (diff)
Fix argument position of timeout
Diffstat (limited to 'lisp/ess-inf.el')
-rw-r--r--lisp/ess-inf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ess-inf.el b/lisp/ess-inf.el
index dce2ec6..46b8d42 100644
--- a/lisp/ess-inf.el
+++ b/lisp/ess-inf.el
@@ -2459,7 +2459,7 @@ print(out, max=1e6) })\n\"."
"\\( \\|$\\)"; space or end
))
words)
- (ess-command command tbuffer 'sleep no-prompt-check wait proc timeout)
+ (ess-command command tbuffer 'sleep no-prompt-check wait proc nil timeout)
(with-current-buffer tbuffer
(goto-char (point-min))
(while (re-search-forward full-word-regexp nil t)