aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-03-25 19:33:31 +0000
committerUlrich Müller <ulm@gentoo.org>2007-03-25 19:33:31 +0000
commitdcebd1abb2765643773f49b469901178ead6f9fe (patch)
tree4ff5ed430b7be9bbcd4712f21d42b836e7da4a9d
parenteselect-emacs-0.5.ebuild (diff)
downloademacs-tools-dcebd1abb2765643773f49b469901178ead6f9fe.tar.gz
emacs-tools-dcebd1abb2765643773f49b469901178ead6f9fe.tar.bz2
emacs-tools-dcebd1abb2765643773f49b469901178ead6f9fe.zip
Removed -n option in emacsclient.desktop.
svn path=/emacs-extra/eselect-emacs/; revision=152
-rw-r--r--ChangeLog1
-rw-r--r--emacsclient.desktop2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10a4ece..2ba855b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,3 +46,4 @@ Version 0.4 (22 Mar 2007)
MimeType and TryExec keys added to emacs.desktop.
Desktop file for emacsclient.
Version 0.5 (24 Mar 2007)
+ Removed -n option in emacsclient.desktop.
diff --git a/emacsclient.desktop b/emacsclient.desktop
index ead11e6..1a690cb 100644
--- a/emacsclient.desktop
+++ b/emacsclient.desktop
@@ -4,7 +4,7 @@ Comment=Tell a running Emacs to visit a file.
Icon=emacs.png
NoDisplay=true
TryExec=/usr/bin/emacsclient
-Exec=/usr/bin/emacsclient -n -a /usr/bin/emacs %F
+Exec=/usr/bin/emacsclient -a /usr/bin/emacs %F
Terminal=false
Type=Application
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;