Skip to content

Commit e83ac62

Browse files
committed
'pending-ouput - fixes #1198
1 parent 39eba28 commit e83ac62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/ess-inf.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ess-inf.el --- Support for running S as an inferior Emacs process -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 1989-2020 Free Software Foundation, Inc.
3+
;; Copyright (C) 1989-2022 Free Software Foundation, Inc.
44

55
;; Author: David Smith <[email protected]>
66
;; Created: 7 Jan 1994
@@ -1428,7 +1428,7 @@ wrapping the code into:
14281428
(process-put proc 'cmd-output-delimiter nil)
14291429
(process-put proc 'cmd-buffer nil)
14301430
(when-let ((pending (process-get proc 'pending-output)))
1431-
(process-put proc 'pending nil)
1431+
(process-put proc 'pending-output nil)
14321432
(funcall old-pf proc pending)))))
14331433

14341434
;; TODO: Needs some Julia tests as well

0 commit comments

Comments
 (0)