Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1408 - emacs-daemon
Date: Sun, 06 Sep 2009 20:39:32
Message-Id: E1MkOWG-0003E7-RV@stork.gentoo.org
1 Author: ulm
2 Date: 2009-09-06 20:39:28 +0000 (Sun, 06 Sep 2009)
3 New Revision: 1408
4
5 Modified:
6 emacs-daemon/ChangeLog
7 emacs-daemon/emacs-wrapper.sh
8 Log:
9 Undo r1405.
10
11 Modified: emacs-daemon/ChangeLog
12 ===================================================================
13 --- emacs-daemon/ChangeLog 2009-09-01 09:47:52 UTC (rev 1407)
14 +++ emacs-daemon/ChangeLog 2009-09-06 20:39:28 UTC (rev 1408)
15 @@ -1,8 +1,3 @@
16 -2009-08-29 Ulrich Mueller <ulm@g.o>
17 -
18 - * emacs-wrapper.sh: Don't redirect stderr, it may be useful
19 - diagnostics output.
20 -
21 2009-07-17 Ulrich Mueller <ulm@g.o>
22
23 * Version 0.15 released.
24
25 Modified: emacs-daemon/emacs-wrapper.sh
26 ===================================================================
27 --- emacs-daemon/emacs-wrapper.sh 2009-09-01 09:47:52 UTC (rev 1407)
28 +++ emacs-daemon/emacs-wrapper.sh 2009-09-06 20:39:28 UTC (rev 1408)
29 @@ -4,7 +4,7 @@
30 # $Id$
31
32 # Start Emacs with a login shell wrapper to read the user's profile
33 -exec -l "${SHELL}" -c "exec \"${EMACS}\" $*" </dev/null >/dev/null &
34 +exec -l "${SHELL}" -c "exec \"${EMACS}\" $*" </dev/null &>/dev/null &
35 pid=$!
36
37 # Wait for Emacs daemon to detach