More comments

This commit is contained in:
Tristan Carel
2011-04-14 07:17:10 +02:00
parent 5d90f58b37
commit a183bcbc6d
2 changed files with 23 additions and 3 deletions

View File

@ -6,5 +6,6 @@ x=`emacsclient --alternate-editor '' --eval '(x-display-list)' 2>/dev/null`
if [ -z "$x" ] ;then
emacsclient --alternate-editor "" --create-frame $@
else
# prevent creating another X frame if there is at least one present.
emacsclient --alternate-editor "" $@
fi