diff lisp/version.el @ 84362:c4b3ecda1e21

(emacs-version): Revert 2007-08-29 change: no need to say if multi-tty is present.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Sep 2007 04:37:52 +0000
parents e0bf475f2eb9
children 30d07f600825 14c4a6aac623
line wrap: on
line diff
--- a/lisp/version.el	Fri Sep 07 04:37:01 2007 +0000
+++ b/lisp/version.el	Fri Sep 07 04:37:52 2007 +0000
@@ -58,8 +58,8 @@
   (interactive "P")
   (let ((version-string
          (format (if (not (interactive-p))
-		     "GNU Emacs %s (%s%s%s%s)\n of %s on %s"
-		   "GNU Emacs %s (%s%s%s%s) of %s on %s")
+		     "GNU Emacs %s (%s%s%s)\n of %s on %s"
+		   "GNU Emacs %s (%s%s%s) of %s on %s")
                  emacs-version
 		 system-configuration
 		 (cond ((featurep 'motif)
@@ -75,7 +75,6 @@
 		     (format ", %s scroll bars"
 			     (capitalize (symbol-name x-toolkit-scroll-bars)))
 		   "")
-		 (if (featurep 'multi-tty) ", multi-tty" "")
 		 (format-time-string "%Y-%m-%d" emacs-build-time)
                  emacs-build-system)))
     (if here