From: Richard M. Stallman Date: Tue, 7 Feb 1995 08:00:33 +0000 (+0000) Subject: (term-protocol-version): Renamed from term-version. X-Git-Tag: emacs-19.34~5179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2d9b86c1c7c6c9e6b821ef492974e3ff5b4802f;p=emacs.git (term-protocol-version): Renamed from term-version. --- 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)))