# HG changeset patch # User Glenn Morris # Date 1189139872 0 # Node ID c4b3ecda1e213b2d90ad65166dc80b3e42c3fd47 # Parent c05c0eff3e1134b5aac0db943e373f0a8ed47335 (emacs-version): Revert 2007-08-29 change: no need to say if multi-tty is present. diff -r c05c0eff3e11 -r c4b3ecda1e21 lisp/version.el --- 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