From d20293daac22dbf9e421001bdc42d80fe2688b9c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 14 Jan 2023 09:55:03 -0700 Subject: emacsclient wrapper: fix -l option to getopt(1) --- bin/emacsclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/emacsclient') 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:" -- "$@") -- cgit v1.2.3