]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-protocol-version): Renamed from term-version.
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Feb 1995 08:00:33 +0000 (08:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Feb 1995 08:00:33 +0000 (08:00 +0000)
lisp/term.el

index e4d1e87abd2ea4f7d549bcb9fb82393bf97c3758..56cac72910ea29be0e98ba9d4fab02c193989490 100644 (file)
@@ -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)))