; * lisp/comint.el (comint-terminfo-terminal): Add a :version tag.
This commit is contained in:
parent
12ad276d15
commit
2494c14e76
1 changed files with 2 additions and 1 deletions
|
@ -462,7 +462,8 @@ executed once when the buffer is created."
|
||||||
(defcustom comint-terminfo-terminal "dumb"
|
(defcustom comint-terminfo-terminal "dumb"
|
||||||
"Value to use for TERM when the system uses terminfo."
|
"Value to use for TERM when the system uses terminfo."
|
||||||
:type 'string
|
:type 'string
|
||||||
:group 'comint)
|
:group 'comint
|
||||||
|
:version "26.1")
|
||||||
|
|
||||||
(defvar comint-mode-map
|
(defvar comint-mode-map
|
||||||
(let ((map (make-sparse-keymap)))
|
(let ((map (make-sparse-keymap)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue