summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-02-07 08:00:33 +0000
committerRichard M. Stallman <rms@gnu.org>1995-02-07 08:00:33 +0000
commit4e4acdcaf6dd608941ab5e7dafa5efc734f2f6bf (patch)
treeb6f1a37fe0a4ba39c427c3e92a45af5c60ebe4c5 /lisp/term.el
parent4b8a2bb862b1bdb2affc8f9fce81c45cffcb3027 (diff)
downloademacs-4e4acdcaf6dd608941ab5e7dafa5efc734f2f6bf.tar.gz
(term-protocol-version): Renamed from term-version.
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el4
1 files 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)))