Mercurial > emacs
changeset 10679:aec6cbccf909
(term-protocol-version): Renamed from term-version.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Feb 1995 08:00:33 +0000 |
parents | ec2e8c77551c |
children | 69cbb0d5671d |
files | lisp/term.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term.el Tue Feb 07 04:20:29 1995 +0000 +++ b/lisp/term.el Tue Feb 07 08:00:33 1995 +0000 @@ -82,7 +82,7 @@ ;;; This is passed to the inferior in the EMACS environment variable, ;;; so it is important to increase it if there are protocol-relevant changes. -(defconst term-version "0.95") +(defconst term-protocol-version "0.95") (require 'ring) (require 'ehelp) @@ -863,7 +863,7 @@ (format "TERMINFO=%s" data-directory) (format term-termcap-format "TERMCAP=" term-term-name term-height term-width)) - (format "EMACS=%s (term:%s)" emacs-version term-version) + (format "EMACS=%s (term:%s)" emacs-version term-protocol-version) (format "LINES=%d" term-height) (format "COLUMNS=%d" term-width)) process-environment)))