diff options
| author | John Wiegley | 2016-01-18 22:56:33 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-01-18 22:56:33 -0800 |
| commit | 6acd2aa02c6f0eb9d3fadce0bb48183837beafd8 (patch) | |
| tree | d236a14dc554951c3e7c5a5b38a3bd98edc1315a /lisp/eshell | |
| parent | 564c84f4b12482aefe86539d2471607565c3ee7c (diff) | |
| parent | 549a765efeca2748e68a5c6ce6c9238784e82535 (diff) | |
| download | emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.tar.gz emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.zip | |
-
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-term.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index aabc5fdb1a2..3e5de0c0097 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -136,6 +136,7 @@ character to the invoked process." | |||
| 136 | "If non-nil, term buffers are destroyed after their processes die. | 136 | "If non-nil, term buffers are destroyed after their processes die. |
| 137 | WARNING: Setting this to non-nil may result in unexpected | 137 | WARNING: Setting this to non-nil may result in unexpected |
| 138 | behavior for short-lived processes, see bug#18108." | 138 | behavior for short-lived processes, see bug#18108." |
| 139 | :version "25.1" | ||
| 139 | :type 'boolean | 140 | :type 'boolean |
| 140 | :group 'eshell-term) | 141 | :group 'eshell-term) |
| 141 | 142 | ||