summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-12-26 00:49:55 +0000
committerUlrich Müller <ulm@gentoo.org>2011-12-26 00:49:55 +0000
commitf361612cc368cc97e5fd42491346339707945eee (patch)
tree035507ebaf8abc20e80a07692ee87df3c33120ae /app-emacs
parentMisc cleanups, add a few missing "|| die", fix description of some functions. (diff)
downloadgentoo-2-f361612cc368cc97e5fd42491346339707945eee.tar.gz
gentoo-2-f361612cc368cc97e5fd42491346339707945eee.tar.bz2
gentoo-2-f361612cc368cc97e5fd42491346339707945eee.zip
Remove whitespace in output.
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-0.18.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.18.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.18.ebuild
index 5193200dc29d..5983cdc0f6c2 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-0.18.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-0.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.18.ebuild,v 1.8 2011/08/24 20:39:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.18.ebuild,v 1.9 2011/12/26 00:49:55 ulm Exp $
inherit elisp
@@ -30,7 +30,6 @@ pkg_setup() {
Use "eselect emacs" to select an Emacs version >= 23.
EOF
elif [[ ${has_gtk} == t ]]; then
- echo
while read line; do ewarn "${line}"; done <<-EOF
Your current Emacs is compiled with GTK+. There is a long-standing
bug in GTK+ that prevents Emacs from recovering from X disconnects:
@@ -38,7 +37,6 @@ pkg_setup() {
If you run Emacs as a daemon, then it is strongly recommended that
you compile it with the Lucid toolkit, i.e. with USE="Xaw3d -gtk".
EOF
- echo
fi
}