summaryrefslogtreecommitdiff
path: root/bin/emacsclient
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emacsclient')
-rwxr-xr-xbin/emacsclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emacsclient b/bin/emacsclient
index d4e9da2f..fe9335a5 100755
--- a/bin/emacsclient
+++ b/bin/emacsclient
@@ -72,7 +72,7 @@ done
# consequence is maintaining a copy of all of emacsclient(1)'s long opts here.
# To mitigate that somewhat, don't hard fail if we hit an unrecognised option.
getopt=$(getopt -qas bash -n emacsclient -o "nqueHVtca:F:w:s:f:d:T:" \
- -l "spw/installed,spw/no-start,spw/update-environment \
+ -l "spw/installed,spw/no-start,spw/update-environment,\
no-wait,quiet,suppress-output,eval,help,version,tty,nw,\
create-frame,reuse-frame,alternate-editor:,frame-parameters:,socket-name:,\
server-file:,display:,parent-id:,timeout:,tramp:" -- "$@")