]> git.eshelyaron.com Git - emacs.git/commit
emacsclient: ignore --eval parameters when starting alternate editor
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jun 2019 18:59:50 +0000 (20:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jun 2019 19:00:36 +0000 (21:00 +0200)
commit6fe661342a24edcaea255c3ba9a37613031554da
tree0cd3beedc498f228cc9cdf03b88471a8faf83f5b
parent9997429cb7f960a1a08c7dfb4848a0cb60107f57
emacsclient: ignore --eval parameters when starting alternate editor

* lib-src/emacsclient.c (fail): If the user said --eval, don't
pass those arguments to the alternate editor as file names.
Suggested by a patch from Scott Turner (bug#11474).
lib-src/emacsclient.c