summaryrefslogtreecommitdiff
path: root/bin/emacsclient
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-14 09:55:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-14 09:55:31 -0700
commitd20293daac22dbf9e421001bdc42d80fe2688b9c (patch)
treed9bcab658c6772fe401b5487fa34033ba803b60c /bin/emacsclient
parent1eaec35dc664347c1ca9389983eb6481b3edd983 (diff)
downloaddotfiles-d20293daac22dbf9e421001bdc42d80fe2688b9c.tar.gz
emacsclient wrapper: fix -l option to getopt(1)
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:" -- "$@")