summaryrefslogtreecommitdiff
path: root/ediff.sh.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 21:13:03 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 21:13:03 -0500
commit77d0d249de22b399b1a87cb156837956ea4d7a65 (patch)
tree98be0767253972629483c65bbde70d5679b6874e /ediff.sh.in
parent8800ad36bce7882d8cacde91f83265c0b850008d (diff)
don't mess around with trying to manage frames
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[@]}"))"
}