Mercurial > emacs
changeset 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 | c05c0eff3e11 |
children | 16637a9e1c26 |
files | lisp/version.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
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