1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; * lisp/comint.el (comint-terminfo-terminal): Add a :version tag.

This commit is contained in:
Eli Zaretskii 2017-12-15 11:50:11 +02:00
parent 12ad276d15
commit 2494c14e76

View File

@ -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)))