projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ad276
)
; * lisp/comint.el (comint-terminfo-terminal): Add a :version tag.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 15 Dec 2017 09:50:11 +0000
(11:50 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 15 Dec 2017 09:50:11 +0000
(11:50 +0200)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 7c56c259c491801881e5f07c406e2863a2d06cbf..5ee4e48d636b4784d3ce82499568c5fd81cec97f 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-462,7
+462,8
@@
executed once when the buffer is created."
(defcustom comint-terminfo-terminal "dumb"
"Value to use for TERM when the system uses terminfo."
:type 'string
- :group 'comint)
+ :group 'comint
+ :version "26.1")
(defvar comint-mode-map
(let ((map (make-sparse-keymap)))