From 2494c14e7659af10b3db0e4bd765850328a976f7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 15 Dec 2017 11:50:11 +0200 Subject: [PATCH] ; * lisp/comint.el (comint-terminfo-terminal): Add a :version tag. --- lisp/comint.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index 7c56c259c49..5ee4e48d636 100644 --- 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)))