# HG changeset patch # User Richard M. Stallman # Date 792144033 0 # Node ID aec6cbccf909b5ee0eb191ef65124c8f1452436c # Parent ec2e8c77551cba47f11174866071340ca32cc31d (term-protocol-version): Renamed from term-version. diff -r ec2e8c77551c -r aec6cbccf909 lisp/term.el --- 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)))