We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39eba28 commit e83ac62Copy full SHA for e83ac62
lisp/ess-inf.el
@@ -1,6 +1,6 @@
1
;;; ess-inf.el --- Support for running S as an inferior Emacs process -*- lexical-binding: t; -*-
2
3
-;; Copyright (C) 1989-2020 Free Software Foundation, Inc.
+;; Copyright (C) 1989-2022 Free Software Foundation, Inc.
4
5
;; Author: David Smith <[email protected]>
6
;; Created: 7 Jan 1994
@@ -1428,7 +1428,7 @@ wrapping the code into:
1428
(process-put proc 'cmd-output-delimiter nil)
1429
(process-put proc 'cmd-buffer nil)
1430
(when-let ((pending (process-get proc 'pending-output)))
1431
- (process-put proc 'pending nil)
+ (process-put proc 'pending-output nil)
1432
(funcall old-pf proc pending)))))
1433
1434
;; TODO: Needs some Julia tests as well
0 commit comments