From cca96c97b648ee0bc757b33af5298534d506b602 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 24 Sep 2012 21:15:24 -0400 Subject: [PATCH] * em-term.el (eshell-term-name): Default to term-term-name. (Bug#12485) --- lisp/ChangeLog | 10 +++++++--- lisp/eshell/em-term.el | 5 ++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5539ee41b26..a400677be1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,12 @@ +2012-09-25 Glenn Morris + + * eshell/em-term.el (eshell-term-name): + Default to term-term-name. (Bug#12485) + 2012-09-24 Fabián Ezequiel Gallina - * progmodes/python.el: - (python-shell-send-buffer): Better handling of "if __name__ == - '__main__':" conditionals when sending the buffer. + * progmodes/python.el (python-shell-send-buffer): Better handling + of "if __name__ == '__main__':" conditionals when sending the buffer. 2012-09-24 Glenn Morris diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 37fa939cc10..ef59f6d1d35 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -63,10 +63,13 @@ which commands are considered visual in nature." :type '(repeat string) :group 'eshell-term) -(defcustom eshell-term-name "eterm" +;; If you change this from term-term-name, you need to ensure that the +;; value you choose exists in the system's terminfo database. (Bug#12485) +(defcustom eshell-term-name term-term-name "Name to use for the TERM variable when running visual commands. See `term-term-name' in term.el for more information on how this is used." + :version "24.3" ; eterm -> term-term-name = eterm-color :type 'string :group 'eshell-term) -- 2.39.2