From d2d9b86c1c7c6c9e6b821ef492974e3ff5b4802f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 7 Feb 1995 08:00:33 +0000 Subject: [PATCH] (term-protocol-version): Renamed from term-version. --- lisp/term.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/term.el b/lisp/term.el index e4d1e87abd2..56cac72910e 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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 @@ buffer. The hook term-exec-hook is run after each exec." (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))) -- 2.39.5