summaryrefslogtreecommitdiff
path: root/ediff.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'ediff.sh.in')
-rw-r--r--ediff.sh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/ediff.sh.in b/ediff.sh.in
index a4db3c3..1c157bb 100644
--- a/ediff.sh.in
+++ b/ediff.sh.in
@@ -72,7 +72,6 @@ main() {
esac
emacsclient "${flags[@]}" --eval \
- '(select-frame (make-frame))' \
"(${cmd}${cnt#2} $(emacs_quote "${files[@]}"))"
}